sealed_result 2.0.0
sealed_result: ^2.0.0 copied to clipboard
Implementation of the Result object which allows to handle errors easily using sealed classes.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2023-05-17 #
Changes #
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
result - v2.0.0
- FEAT: add core features.
- DOCS: update readme with new methods.
- DOCS: add example and update readme.
- BREAKING REFACTOR: rework some parts to be more consistent with Rust.
2.0.0 #
Note: This release has breaking changes.
- FEAT: add core features.
- DOCS: update readme with new methods.
- DOCS: add example and update readme.
- BREAKING REFACTOR: rework some parts to be more consistent with Rust.
1.0.0 #
- Initial version.