v3.8.1
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
, andfindLastKey
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)