Releases: immerjs/immer
Releases · immerjs/immer
v6.0.9
6.0.9 (2020-05-27)
Bug Fixes
typo in feature.md (sovled > solved) (3445168 )
v6.0.8
6.0.8 (2020-05-23)
Bug Fixes
Make sure Immer works correctly when Symbol is polyfilled, fixes #577 (2b40aec )
v6.0.7
6.0.7 (2020-05-23)
Bug Fixes
fixed issue where new items in Set where not recorded after iterating. Fixes #586 (169db77 )
v6.0.6
6.0.6 (2020-05-21)
Bug Fixes
Object.isFrozen dies on non objects in Internet Explorer. Fixes #600 (974bd70 )
v6.0.5
6.0.5 (2020-05-05)
Bug Fixes
Don't recurse into non-enumerable members when freezing tree. Fixes #590 (497d1a0 )
Don't recurse into non-enumerable members when freezing tree. Fixes #590 (d64c2bd )
v6.0.4
6.0.4 (2020-05-05)
Bug Fixes
added flow typings for new API's introduced in v6. Fixes #570 (0ddddfc )
Ensure values in patches are never a draft, fixes #559 (33ecbd6 )
improve flow types (427040c )
v6.0.3
6.0.3 (2020-03-31)
Bug Fixes
copy flow types to where flow can find them (6247c03 )
Flow failed to find the Immer typings (c2ae050 )
v6.0.2
6.0.2 (2020-03-16)
Bug Fixes
v6.0.1
6.0.1 (2020-03-04)
Bug Fixes
rename compat index.d.ts
to immer.d.ts
(ed6ba6d )
v6.0.0
6.0.0 (2020-03-03)
Merge pull request #536 from immerjs/multi-bundle (0d87fc8 ), closes #536
Adding large data sets to a draft has been optimized (in case autofreeze is disabled)
Added compatibility typing support for TypeScript versions pre 3.7
BREAKING CHANGES
You can’t perform that action at this time.