Skip to content

Releases: immerjs/immer

v9.0.17

02 Jan 11:38

Choose a tag to compare

9.0.17 (2023-01-02)

Bug Fixes

v9.0.16

22 Oct 13:17

Choose a tag to compare

9.0.16 (2022-10-22)

Bug Fixes

  • protect isDraftable against undefined constructor (#969) (ced4563)

v9.0.15

13 Jun 11:29
85ce6b7

Choose a tag to compare

9.0.15 (2022-06-13)

Bug Fixes

  • Add "types" to exports for TypeScript 4.7 (#946) (85ce6b7)

v9.0.14

12 May 11:44
d30d219

Choose a tag to compare

9.0.14 (2022-05-12)

Bug Fixes

  • Use .esm.js module for backwards compatibility with old build tools (#939) (d30d219)

v9.0.13

11 May 17:44
220d61d

Choose a tag to compare

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

11 Jan 13:28

Choose a tag to compare

9.0.12 (2022-01-11)

Bug Fixes

  • produceWithPatches should not wrap result in Immutable, fixes #850, #881 (d8f2636)

v9.0.11

11 Jan 12:45

Choose a tag to compare

9.0.11 (2022-01-11)

Bug Fixes

  • incorrect patches for delete on arrays. Fixes #879 (d91a659)

v9.0.10

11 Jan 12:29

Choose a tag to compare

9.0.10 (2022-01-11)

Bug Fixes

  • No patches being generated for root primitive replacements. Fixes #888 (0f96270)

v9.0.9

11 Jan 11:05
d80e823

Choose a tag to compare

9.0.9 (2022-01-11)

Bug Fixes

  • make sure produceWithPatches accepts promises (d80e823)

v9.0.8

11 Jan 11:02
e140918

Choose a tag to compare

9.0.8 (2022-01-11)

Bug Fixes

  • immerjs#876 Ensure empty patch set for atomic set+delete on Map (#878) (e140918)