Skip to content

v1.0.0

Compare
Choose a tag to compare
@tsutomi tsutomi released this 06 Jul 13:47
· 3 commits to main since this release

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