sealed_result 3.0.0 copy "sealed_result: ^3.0.0" to clipboard
sealed_result: ^3.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-08-28 #

Changes #


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

sealed_result - v3.0.0

  • FEAT: add future result extension.
  • FEAT: add alternative factories (.success, .error and .failure).
  • FEAT: add core features.
  • DOCS: fix pub url.
  • DOCS: update readme with pubdev badge.
  • DOCS: change description.
  • DOCS: update readme with new methods.
  • DOCS: add example and update readme.
  • BREAKING REFACTOR: rework some parts to be more consistent with Rust.

3.0.0 #

Note: This release has breaking changes.

  • FEAT: add future result extension.
  • FEAT: add alternative factories (.success, .error and .failure).
  • FEAT: add core features.
  • DOCS: fix pub url.
  • DOCS: update readme with pubdev badge.
  • DOCS: change description.
  • DOCS: update readme with new methods.
  • DOCS: add example and update readme.
  • BREAKING REFACTOR: rework some parts to be more consistent with Rust.

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.
3
likes
160
pub points
45%
popularity

Publisher

verified publisherhugop.cl

Implementation of the Result object which allows to handle errors easily using sealed classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, stack_trace

More

Packages that depend on sealed_result