Immer v7.0.7 Release Notes

Release Date: 2020-07-24 // almost 4 years ago
  • 7.0.7 (2020-07-24)

    🐛 Bug Fixes

    • 🛠 made NOTHING and IMMERABLE shared symbols. Fixes #632 (b1c6a8e)
    • 🛠 make sure changing an undefined value to undefined is not picked up as change. Fixes #646 (5521527)
    • 🛠 out of range assignments were broken in ES5 mode. Fixes #638 (0fe9132)
    • 🛠 Set finalization can get stuck in a loop, fixes #628 (b12e5c9)
    • 🛠 Trigger setters with the correct context, fixes #604 (2697430)