Releases: immerjs/immer
Releases · immerjs/immer
v9.0.16
9.0.16 (2022-10-22)
Bug Fixes
protect isDraftable against undefined constructor (#969 ) (ced4563 )
v9.0.15
9.0.15 (2022-06-13)
Bug Fixes
Add "types" to exports for TypeScript 4.7 (#946 ) (85ce6b7 )
v9.0.14
9.0.14 (2022-05-12)
Bug Fixes
Use .esm.js module for backwards compatibility with old build tools (#939 ) (d30d219 )
v9.0.13
9.0.13 (2022-05-11)
Bug Fixes
consistent recipe return type in produceWithPatches (#934 ) (220d61d )
incorrect return type for async produceWithPatches (#933 ) (9f7623d )
v9.0.12
9.0.12 (2022-01-11)
Bug Fixes
produceWithPatches should not wrap result in Immutable, fixes #850 , #881 (d8f2636 )
v9.0.11
9.0.11 (2022-01-11)
Bug Fixes
incorrect patches for delete
on arrays. Fixes #879 (d91a659 )
v9.0.10
9.0.10 (2022-01-11)
Bug Fixes
No patches being generated for root primitive replacements. Fixes #888 (0f96270 )
v9.0.9
9.0.9 (2022-01-11)
Bug Fixes
make sure produceWithPatches accepts promises (d80e823 )
You can’t perform that action at this time.