github immutable-js/immutable-js 3.6.0

latest releases: v5.0.0-beta.5, v4.3.5, v5.0.0-beta.4...
9 years ago

New:

  • findEntry() and findLastEntry() will return [key, value] tuples of the first value to pass a predicate. Related to find() and findLast() which only return value.
  • contrib/Cursor now has the wider suite of methods found on List and Map including:
    • updateIn()
    • setIn()
    • deleteIn()
    • merge()
    • mergeWith()
    • mergeIn()
    • mergeDeep()
    • mergeDeepWith()
    • mergeDeepIn()

Fixes:

  • UMD module wrapper safer to use with CommonJS -> AMD bundlers.
  • Clarified some examples in documentation

Don't miss a new immutable-js release

NewReleases is sending notifications on new releases.