Skip to content

2.0.10

Compare
Choose a tag to compare
@leebyron leebyron released this 15 Aug 06:15
· 1483 commits to main since this release
  • Cursors - Alpha support. Please provide feedback!
  • rest and butLast methods.
  • Jasmine-check tests - Yay robust!
  • API Changes:
    • updateIn now creates empty Maps for missing keys, previously it simply performed no update.
  • Fixed bugs:
    • Map inserts with colliding hashes was causing a stack overflow.
    • Unshift >32 elements caused structural failure.
    • Slicing a Range could result in incorrect return value.
    • updateIn and getIn with empty array would throw, now it correctly applys the change to the root element.