github immutable-js/immutable-js 3.7.6

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

A few minor bug fixes:

  • Fixed issue where lastIndexOf did not always return the correct value #703
  • mergeDeep now has more opportunities to for the "return self" optimization, saving memory #690
  • The TypeScript .d.ts file now aligns with the outputted file for the variations of Immutable Iterables. #647
  • Ensure behavior for slice(0, NaN) is equivalent to that of JS Array #623
  • Ensure ES6 Symbol can be properly hashed #579

And a new API method:

  • myList.insert() #402

Don't miss a new immutable-js release

NewReleases is sending notifications on new releases.