Skip to content

Releases: immerjs/immer

v5.3.6

12 Feb 17:49
Compare
Choose a tag to compare

5.3.6 (2020-02-12)

Bug Fixes

  • mark immer as sideEffect free module (although effects will be limited for now) (21c1597)

v5.3.5

10 Feb 16:02
c7e9de8
Compare
Choose a tag to compare

5.3.5 (2020-02-10)

Bug Fixes

v5.3.4

05 Feb 09:14
Compare
Choose a tag to compare

5.3.4 (2020-02-05)

Bug Fixes

  • attempt to fix locally not reproducible build issue (f91bcbb)

v5.3.3

04 Feb 21:41
Compare
Choose a tag to compare

5.3.3 (2020-02-04)

Bug Fixes

  • Set inside patches were not correctly cloned. Fixes #521 (9d8d995)
  • Fixed issue where drafts from nested producers were frozen. Fixes #522, #524 (acc5e54)
  • incorrect patches generated for array if property was deleted inside (1e451a3)
  • patches when delete object property in array (fb5c316)

v5.3.1

15 Jan 09:55
Compare
Choose a tag to compare

5.3.1 (2020-01-15)

Bug Fixes

v5.3.0

14 Jan 21:17
f930ce1
Compare
Choose a tag to compare

5.3.0 (2020-01-14)

Bug Fixes

Features

  • general typing improvements for TS 3.7 and up (f930ce1)

v5.2.1

10 Jan 12:57
9f4711a
Compare
Choose a tag to compare

5.2.1 (2020-01-10)

Bug Fixes

v5.2.0

09 Jan 20:30
Compare
Choose a tag to compare

5.2.0 (2020-01-09)

Features

v5.1.0

20 Dec 16:56
52c9914
Compare
Choose a tag to compare

5.1.0 (2019-12-20)

Features

  • convert Immer to TypeScript (52c9914)

v5.0.2

18 Dec 09:23
Compare
Choose a tag to compare

5.0.2 (2019-12-18)

Bug Fixes