Skip to content

1.2.0

Choose a tag to compare

@Choc13 Choc13 released this 15 Apr 07:20
· 5 commits to master since this release
33dab61

New Features

  • Added Result<TData> to allow domain operations to return errors instead of throwing exceptions.

Deprecations (Will be removed in 2.0)

  • Deprecated DomainException and all sub-classes. Result<TData> should be used now and in the case of a failure a Failure<TData> which contains an appropriate Error should be returned as the concrete result.