v6.0.0
You can see a migration guide here : Migration guide
Changes thare not breaking
- ➖ remove
lodash
🎉
Breaking changes
- 🔥 remove
replace
&orderBy
actions - ⚡️ optimize state size when serialized (using Javascript
Map
objects) (see Migration guide) - ✨ deprecating
simpleObject
in favor ofsimple
factory (see Migration guide)- You can use one of this factory to have a "simple" instance:
simple.object
, default data is{}
simple.number
, default data is0
simple.array
, default data is[]
simple.string
, default data is''
simple.bool
, default data isfalse
- You can use one of this factory to have a "simple" instance:
Development perspective
- ⬆️ update devDependencies (
eslint
,babel
,jest
) - 🔧 use
microbundle
for bundling - ⚡️ add a
.npmignore
to optimize package size on npm registry