fpdt 0.0.35+1 fpdt: ^0.0.35+1 copied to clipboard
A collection of functions and monads for functional programming in dart.
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 ;)