Skip to content

3.7.6

Compare
Choose a tag to compare
@leebyron leebyron released this 16 Dec 06:03
· 787 commits to main since this release

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