Releases: deveel/deveel.results
Releases · deveel/deveel.results
v1.0.1 - Model Improvements
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
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
IOperationResult
andIOperationResult<T>
contracts and implementations to support the Result PatternIOperationError
contract provides details on the domain and a domain-specific code of the errorOperationException
implements theIOperationError
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