dfunc 0.1.5 dfunc: ^0.1.5 copied to clipboard
Functional batteries for Dart. Inspired by functional javascript libraries such as ramda.js or lodash.
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