Skip to content

v3.8.1

Compare
Choose a tag to compare
@leebyron leebyron released this 18 Apr 22:04
· 814 commits to main since this release

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)