Skip to content

Releases: fp4php/functional

Release v2.1.0. Generic collections

16 Aug 13:19
Compare
Choose a tag to compare

Generic collections support.

  • LinkedList
  • NonEmptyLinkedList
  • HashMap

Release v2.0.5

29 Jun 14:48
Compare
Choose a tag to compare
  • forAll function has been added
  • chunks function has been added

Release v2.0.4

21 Jun 18:10
Compare
Choose a tag to compare

Psalm 4.8 support.

Release v2.0.3

09 Jun 20:24
Compare
Choose a tag to compare
  • 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

29 May 16:45
Compare
Choose a tag to compare
  • 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