Immer Versions Save

Create the next immutable state by mutating the current one

v9.0.18

1 year ago

9.0.18 (2023-01-15)

Bug Fixes

v9.0.17

1 year ago

9.0.17 (2023-01-02)

Bug Fixes

v9.0.16

1 year ago

9.0.16 (2022-10-22)

Bug Fixes

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

v9.0.15

1 year ago

9.0.15 (2022-06-13)

Bug Fixes

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

v9.0.14

2 years ago

9.0.14 (2022-05-12)

Bug Fixes

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

v9.0.13

2 years ago

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

2 years ago

9.0.12 (2022-01-11)

Bug Fixes

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

v9.0.11

2 years ago

9.0.11 (2022-01-11)

Bug Fixes

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

v9.0.10

2 years ago

9.0.10 (2022-01-11)

Bug Fixes

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

v9.0.9

2 years ago

9.0.9 (2022-01-11)

Bug Fixes

  • make sure produceWithPatches accepts promises (d80e823)