Releases: cjies/redux-duck-immer
Releases · cjies/redux-duck-immer
2.0.0-beta
- Rewrote source codes in typescript, and dropped support of flowtype definition.
- Changed build tool to typescript compiler
- Changed test framework to jest
- Upgraded prettier and related lint tools
1.2.1
Fix the failed build of v1.2.0
1.2.0
- Upgrade flow library to v0.94.0
- Fix implicit instantiation's error
1.1.0
- Upgrade all dev dependencies to latest version, expect flow to
v0.79.1
.
- Upgrade internal babel version to v7.
- Upgrade immer to
v2.1.x
.
1.0.4
- Fix regression of v1.0.3, that three functions should be exported to default export.
1.0.3
- [flow] Re-export
defineType()
, createAction()
and createReducer()
definitions to default export. (7d31c95)
Fix warning on this use case:
import duck from 'redux-duck-immer';
^^^^ "Cannot import a default export because there is no default export in redux-duck-immer."
1.0.2
- Accept new state as the return value of action case, useful to overwrite or replace reducer state. (90d7212)
- [internal] Fix script to run flow checks.
1.0.1
- Fix typings, especially annotations of
createReducer()
. (b3f1e36)
- Convert spread syntax into ES5 syntax in built file (#1)
- Add example.
- Run test and flow check on travis CI.
First release version
NO CHANGELOG yet.
Check README.md for API usages and more details.