either_dart 0.1.0-nullsafety.2
either_dart: ^0.1.0-nullsafety.2 copied to clipboard
Error handler library for type-safe and easy work with errors on Dart and Flutter. Either is an alternative to Nullable value and Exceptions.
[0.1.0-nullsafety.2] - Additional functionality and fixes #
Added:
- mapLeftAsync
FutureEither<L, R>
extension
Fixed:
- change the naming of the async methods of
Either
class
Changes Either
:
- asyncThen -> thenAsync
- asyncMap -> mapAsync
[0.1.0-nullsafety.1] - Additional functionality #
Added:
- mapLeft
Fixed:
- documentation
[0.1.0-nullsafety.0] - Additional functionality #
Added:
- null-safety
- swap method
- const constructor for Left and Right
Changed:
- rename unite to fold
[0.0.5] - Additional functionality #
Added:
- asyncMap
- asyncThen
[0.0.4] - Bug fixs #
Fixed:
- Not convenient use with autocomplete
[0.0.3] - Additional functionality and testing #
Added:
- Unit test
- Lazy condition
- Flutter example
[0.0.2] - Additional functionality and testing #
Added:
- Unit test
- creators by:
- condition
- exception
Fixed:
- pubspec
- Readme
[0.0.1] - The base implementation either. #
Added:
- Base implementation
- Unit test
- Example with flutter