Comparing version 1.7.1 to 1.7.2
# Changelog | ||
### 1.7.2 | ||
* Disabled `sideEffects` module flag, it somehow blows breaks the Angular build, fixes [#198](https://github.com/mweststrate/immer/issues/198) | ||
### 1.7.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "immer", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Create your next immutable state by mutating the current one", | ||
@@ -11,3 +11,2 @@ "main": "dist/immer.js", | ||
"types": "./dist/immer.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -14,0 +13,0 @@ "watch": "jest --watch", |
@@ -356,3 +356,3 @@ <img src="images/immer-logo.png" height="200px" align="right"/> | ||
_Note: It is not possible to return `undefined` this way, as it is indistiguishable from *not* updating the draft! Read on..._ | ||
_Note: It is not possible to return `undefined` this way, as it is indistinguishable from *not* updating the draft! Read on..._ | ||
@@ -565,3 +565,3 @@ ## Producing `undefined` using `nothing` | ||
* [redux-box](https://github.com/anish000kumar/redux-box) _Modular and easy-to-grasp redux based state management, with least boilerplate_ | ||
* [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux developement quicker and easier_ | ||
* [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux development quicker and easier_ | ||
* [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_ | ||
@@ -568,0 +568,0 @@ * [immer-wieder](https://github.com/drcmda/immer-wieder#readme) _State management lib that combines React 16 Context and immer for Redux semantics_ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253697