Skip to content

Releases: ace411/bingo-functional

bingo-functional v1.2.1

04 Oct 18:58
Compare
Choose a tag to compare

Fixed the following problems:

  • the error message shown when a mixed array is supplied to the isArrayOf() function

  • the partialRight() behavior of partialLeft()

bingo-functional v1.2.0

23 Sep 16:56
Compare
Choose a tag to compare

This version includes the following new functions and monad additions:

  • isArrayOf()

  • partialRight()

  • partialLeft() as a replacement for partial()

  • A TransientMutator trait

bingo-functional v1.1.0

13 Sep 18:11
Compare
Choose a tag to compare

Added new functions.

  • head()
  • tail()
  • partition()

bingo-functional v1.0.0

13 Sep 14:19
Compare
Choose a tag to compare

First release of the bingo-functional library.

Helpers

  • compose()
  • constantFunction()
  • curry()
  • curryN()
  • extend()
  • identity()
  • memoize()
  • partial()
  • pick()
  • pluck()
  • zip()
  • unzip()

Functors

  • Either Left/Right
  • Maybe Just/Nothing
  • Applicatives Applicative/CollectionApplicative
  • Monad Monad