Skip to content

v7.0.7

Compare
Choose a tag to compare
@aleclarson aleclarson released this 24 Jul 19:42
· 301 commits to main since this release

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)