Releases: ace411/bingo-functional
Releases · ace411/bingo-functional
bingo-functional v1.2.1
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
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
Added new functions.
- head()
- tail()
- partition()
bingo-functional v1.0.0
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