- Breaking change: Raised minimum Dart to >=3.0.0
- Added
partition
,getAll
andgetAllErrors
for interacting with a list of results - Added
toErrorIf
method
- Added extensions for handling with Futures
- Raised maximum Dart constraint to <4.0.0
- Added
and
andandThen
function. - Downgraded Dart SDK requirement from
2.18.2
to2.18.0
- Downgraded matcher dependency from
0.12.14
to0.12.13
- Removed Flutter dependency.
- Added
HasResultValue
andHasResultError
matchers for testing.
- Added
when
function as an alternative toonSuccess
andonFailure
functions.
- Fix extension name conflicting with Map class.
- Initial release.