Releases: unirakun/k-redux-factory
Releases · unirakun/k-redux-factory
v6.0.6
- 🏷 add typescript types definition thanks to @AFaugeras
- ⬆️ upgrade all dependencies
v6.0.5
- 📝 rebranding
- ⬆️ yarn upgrade --all
v6.0.2
v6.0.1
🐛 fix built version error by upgrading microbundle
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
3.3.0
3.2.0
:sparkles: action types names are exported (#55)
3.1.0
:sparkles: defaultData - simpleObject reducer (#54)
3.0.0
:bookmark: 3.0.0
2.2.0
:bookmark: 2.2.0