All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
923 days ago

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(), and memoize() 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