github immutable-js/immutable-js v3.8.1

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

Minor touch ups discovered after the last release, plus a few more bug fixes! Plus, you can now contribute to immutable-js using the latest version of node.

New:

  • The methods keyOf, findKey, lastKeyOf, and findLastKey were moved from KeyedIterable to Iterable, so they may be also used on Lists and Sets. (#740)

Fixes:

  • Some issues with the flow definitions have been polished out thanks to @marudor. (#840, #841, #845)
  • Collections which contain Symbol keys or values can now be stringified. (#620)
  • Negative indexing into the keySeq of an IndexedIterable returns correct results. (#811)
  • Can use the value Infinity as a key in a Collection without crashing. (#797)

Don't miss a new immutable-js release

NewReleases is sending notifications on new releases.