func_dart_core 0.5.1
func_dart_core: ^0.5.1 copied to clipboard
Functional Dart provides tools for writing functional code in Dart, emphasizing immutability, function composition, type safety, and avoiding the `dynamic` type.
0.1.0 #
- Initial pre-release.
0.1.1 #
- Change name to func_dart_core.
0.2.0 #
- Add double
- Add nonemptylist
- Add list
0.2.1 #
- Update list to implement Iterable
0.3.0 #
- Add flip to function
- Add intersection and symmetricDifference to list
0.4.0 #
- Add every, isSubset, isSuperset and similar to list
0.5.0 #
- Add of, zero, flatten, compact, seperate, and filter
- Add sequenceList and traverseList to Option
- Add sequenceList and traverseList to Either
- Add sequenceList and traverseList to TaskEither
- Update ImmutableList and Option equality logic
- Invert match order for Predicate
- Add validation examples
- Remove refinements
- Update match to use Dart's exhaustive matching
- Update README
0.5.1 #
- Add and update README files