jerelo 2.0.0
jerelo: ^2.0.0 copied to clipboard
A minimal, lawful Dart functional toolkit for composing synchronous and asynchronous workflows using continuation-passing style (CPS).
2.0.0 #
- Split previous Else channel into Crash and Else channels
- Added new operators for Else and Crash channels
- Renamed
decorintodecorate - Replaced
elseIfwithelseUnless - Reworked combination operators and their policies
- Renamed
recoverandabortoperators todemoteandpromote - Removed
trapas it was not core operator, but rather an extension - Replaced
askThen's logic withask's one. - Added
askElseoperator - Renamed
injectIntointothenInject - Added
elseInjectoperator - Renamed
injectedByintoinjectedByThen - Added
injectedByElseoperator - Renamed
scopeintowithEnv - Bug fixes, improvements, performance improvements
1.0.3 #
- Fixed
trapfunction interface. - Decreased min dart version requirement.
1.0.2 #
- Reduced published package size (excluded
test/and extra documentation from release bundle).
1.0.1 #
- Renamed
foreverintothenForever - Added
elseForevermethod - Added
Cont.askThenstatic method - Added example