Releases: fp4php/functional
Releases · fp4php/functional
Release v2.1.0. Generic collections
Generic collections support.
- LinkedList
- NonEmptyLinkedList
- HashMap
Release v2.0.5
- forAll function has been added
- chunks function has been added
Release v2.0.4
Psalm 4.8 support.
Release v2.0.3
- RegExpMatch function
- ProveListOfScalar function
- Option filter method and psalm plugin for this method
- Semigroup, Monoid interfaces and base instances
- Validated refactoring
Release v2.0.2
- Full runtime unit test coverage
- Option and Either "orElse" method has been added
- REPL documentation for every method and function
- CI/CD pipeline: psalm -> unit testing -> unit tests coverage level
- New function "butLast"
- Improved type inference
- Method "getOrElse" can be called with callable fallback value now