Skip to content

Releases: deveel/deveel.results

v1.0.1 - Model Improvements

06 Jul 19:15
fac5069
Compare
Choose a tag to compare

What's Changed

  • Removal of the Cancelled result state

  • Implicit conversions of generic Operation Results to the concrete value

  • Error helpers for conversion

  • Match function extensions to support generic results

  • Support Package 1 by @tsutomi in #2

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Jul 13:47
Compare
Choose a tag to compare

What's Changed

  • IOperationResult and IOperationResult<T> contracts and implementations to support the Result Pattern
  • IOperationError contract provides details on the domain and a domain-specific code of the error
  • OperationException implements the IOperationError to allow throwing and catching exceptions carrying error details in the format of the Result Pattern

Releases

New Contributors

Full Changelog: https://github.com/deveel/deveel.results/commits/v1.0.0