github immutable-js/immutable-js 3.7.5

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

Many stability improvements thanks to excellent community submitted fixes.

New:

  • Cursor can now set(value) #516 to replace the value at the cursor.

Fixes:

  • Ensure all tests pass in node v0.12
  • All operations that accept indicies now use ECMA's algorithm for converting input to integers when possible. #545 #598
  • Fix issue where slice/splice with non-number arguments could result in infinite recursion. #511
  • Clearer documentation regarding creating Map from JS Obj #589
  • Immutable now exported as a TypeScript module #567
  • Trailing commas causing issues in IE8 #510
  • Fix memory leak from setSize() and slice() #540
  • Union and Merge of Map or Set always favors the type of the left hand side #515

Don't miss a new immutable-js release

NewReleases is sending notifications on new releases.