Releases: immerjs/immer
Releases · immerjs/immer
v6.0.4
05 May 15:12
Compare
Sorry, something went wrong.
No results found
6.0.4 (2020-05-05)
Bug Fixes
added flow typings for new API's introduced in v6. Fixes #570 (0ddddfc )
Ensure values in patches are never a draft, fixes #559 (33ecbd6 )
improve flow types (427040c )
v6.0.3
31 Mar 20:17
Compare
Sorry, something went wrong.
No results found
6.0.3 (2020-03-31)
Bug Fixes
copy flow types to where flow can find them (6247c03 )
Flow failed to find the Immer typings (c2ae050 )
v6.0.2
16 Mar 15:25
Compare
Sorry, something went wrong.
No results found
6.0.2 (2020-03-16)
Bug Fixes
v6.0.1
04 Mar 23:35
Compare
Sorry, something went wrong.
No results found
6.0.1 (2020-03-04)
Bug Fixes
rename compat index.d.ts to immer.d.ts (ed6ba6d )
v6.0.0
03 Mar 19:39
Compare
Sorry, something went wrong.
No results found
6.0.0 (2020-03-03)
Merge pull request #536 from immerjs/multi-bundle (0d87fc8 ), closes #536
Adding large data sets to a draft has been optimized (in case autofreeze is disabled)
Added compatibility typing support for TypeScript versions pre 3.7
BREAKING CHANGES
v5.3.6
12 Feb 17:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
5.3.5 (2020-02-10)
Bug Fixes
v5.3.4
05 Feb 09:14
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
5.3.1 (2020-01-15)
Bug Fixes
You can’t perform that action at this time.