fpdt 0.0.39
fpdt: ^0.0.39 copied to clipboard
A collection of functions and monads for functional programming in dart.
0.0.39 #
- Add
filtertoStateReaderTaskEither
0.0.38 #
- Add
delaymethod to more monads
0.0.37 #
- Add
State - Add
Reader - Add
ReaderTask - Add
ReaderTaskEither - Add
StateReaderTaskEither - Add
StateMachine - Add
StateRTEMachine
0.0.36 #
- Add traverse functions, and improve
sequenceforTaskEither.
0.0.35+1 #
- Relax fast_immutable_collections version constraint
- Give credit in README for fast_immutable_collections
0.0.35 #
- Add and export
fast_immutable_collections
0.0.34 #
- Add
firstWhereOptionto iterable extension
0.0.33+1 #
- Document
TaskOption
0.0.33 #
- Fix
Option.fromJson
0.0.32 #
- Fix TaskEither
fromNullablevariants
0.0.31 #
- Add library barrel file which exports common types and functions
0.0.30 #
- More docs and small refactor
0.0.29+1 #
- Docs for function methods
0.0.29 #
- Add
pas an alias forchain - Add
cas an alias forcompose
0.0.28 #
- Add
flatMapFirstto tasks.
0.0.27 #
- Fix
alttype issues
0.0.26 #
- Fix
Nonestripping away type information
0.0.25 #
- Add json_serializable support
0.0.24 #
- Add
MapExtension
0.0.23 #
- Add
lazytofunction.dart.
0.0.22 #
- Add
tryCatchK2forTaskEither.
0.0.20+1 #
- Update README and add CHANGELOG ;)