0.1.0
This release includes several enhancements and fixes:
- Refactored and changed a significant amount of code for better readability (#7e77752).
- Added
Promise<Err<N>>
to the typing ofCaptureErr
for improved error handling (#7af94e2). - Introduced error chaining to
CaptureError
for more efficient error propagation (#7461698). - Fixed an issue where IgnoreErr was not working with result (#966aedb).
- Added examples to the table of contents in the
README
for easier navigation and added many sections to theREADME
(#4b1bf77).
Please refer to the commit history for more detailed information about each change.
Full Changelog: 0.0.2...0.1.0