fpdt 0.0.45 fpdt: ^0.0.45 copied to clipboard
A collection of functions and monads for functional programming in dart.
0.0.45 #
- Add
UnwrapException
to either
0.0.44 #
- Add
flatMapS
toStateReaderTaskEither
0.0.43 #
- Add traversal to
ReaderTaskEither
0.0.42 #
- Add more Reader* constructors
0.0.41 #
- Clean up
ReaderTaskEither
API
0.0.40 #
- Clean up
StateReaderTaskEither
API
0.0.39 #
- Add
filter
toStateReaderTaskEither
0.0.38 #
- Add
delay
method 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
sequence
forTaskEither
.
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
firstWhereOption
to iterable extension
0.0.33+1 #
- Document
TaskOption
0.0.33 #
- Fix
Option.fromJson
0.0.32 #
- Fix TaskEither
fromNullable
variants
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
p
as an alias forchain
- Add
c
as an alias forcompose
0.0.28 #
- Add
flatMapFirst
to tasks.
0.0.27 #
- Fix
alt
type issues
0.0.26 #
- Fix
None
stripping away type information
0.0.25 #
- Add json_serializable support
0.0.24 #
- Add
MapExtension
0.0.23 #
- Add
lazy
tofunction.dart
.
0.0.22 #
- Add
tryCatchK2
forTaskEither
.
0.0.20+1 #
- Update README and add CHANGELOG ;)