Skip to content

Releases: immerjs/immer

v9.0.18

15 Jan 17:44
b3eeb69
Compare
Choose a tag to compare

9.0.18 (2023-01-15)

Bug Fixes

v9.0.17

02 Jan 11:38
Compare
Choose a tag to compare

9.0.17 (2023-01-02)

Bug Fixes

v9.0.16

22 Oct 13:17
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

9.0.9 (2022-01-11)

Bug Fixes

  • make sure produceWithPatches accepts promises (d80e823)