dfunc 0.3.0 dfunc: ^0.3.0 copied to clipboard
Functional batteries for Dart. Inspired by functional javascript libraries such as ramda.js or lodash.
0.3.0 #
- Either now throws StateError for wrong branch
- Added const constructors to Either and Optional
- Added == for Either
0.2.1 #
- Exported Eithers functions
0.2.0 #
- Added Eithers::combine*
- Renamed Either::combine2 to Either::combine
0.1.11 #
- Fixed dependencies
- Fix analyzer issues
0.1.10 #
- Added Product type
- Added Coproduct type
- Added Either::combine2 function
0.1.9 #
- Added Optional::where function
0.1.8 #
- Exported Optional
0.1.7 #
- Added toOptional() extension method
0.1.6 #
- Added Optional
0.1.5 #
- Fixed error in Future
0.1.4 #
- Added Future
- FutureEitherExtension functions parameters now return FutureOr
0.1.3 #
- Added Either::mapAsync function
0.1.2 #
- Added Either::map function
0.1.1 #
- Added Either extensions
0.1.0 #
- Depends on Dart 2.6.0
- Added Either
0.0.7 #
- Make sum func generic
- Added pipe functions
0.0.6 #
- Added functions:
- ignore
- always
- T
- F
- substring
- limit
0.0.5 #
- Added functions:
- map
- complement
- isEmpty
0.0.4 #
- Updated description
0.0.3 #
- Updated documentation
- Added tests
0.0.2 #
- Initial version