New
v2.0.0
- Now transpiled using Babel 6. If you are using CommonJS to
requirethis library, you'll need to access thedefaultproperty of the returned object. If usingimport, no change needed. - Changed the argument received by the middleware factory to receive an
optionsobject. This object allows the previous argumentisImmutableand now a new propertyignoreto allow to ignore certain slices of the state tree. (https://github.com/leoasis/redux-immutable-state-invariant/pull/25) Thanks a lot @darthrellimnad for your contribution!