All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
923 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.0 Changes
December 18, 2017โ Added new helper functions:
map()
filter()
fold()
โฌ๏ธ reduce()
-
v1.4.0 Changes
Made the following change(s)
the
pluck()
,pick()
,isArrayOf()
, andmemoize()
functions have been given callback signatures.the
extractErrorMessage()
function and all other related callback functions have been replaced.the Monad class has been replaced with new Monads: IO, Reader, Writer, and State.
๐ New helper functions
- concat()
- throttle()
๐ New callback functions
- invalidArrayKey()
- invalidArrayValue()
- emptyArray()
- memoizationError()
๐ New monads
- State monad
- IO monad
- Reader monad
- Writer monad
-
v1.3.0 Changes
โ Added the following functions to the Monad functor
- filter()
- flatMap()
-
v1.2.1 Changes
๐ Fixed the following problem(s)
the error message shown when a mixed array (array containing more than one type) is supplied to the isArray() function.
the partialRight() behavior of partialLeft()
-
v1.2.0 Changes
๐ New Helper functions
- isArrayOf()
- partialRight()
- partialLeft() as a replacement for partial()
๐ New Functor features
- TransientMutatorTrait
TransientMutatorTrait
-
v1.1.0 Changes
๐ New Helper functions
- head()
- tail()
- partition()
-
v1.0.0 Changes
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