Skip to content

Releases: cjies/redux-duck-immer

2.0.0-beta

06 Aug 05:12
e1ae1d7
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release
  • 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

06 Aug 05:09
Compare
Choose a tag to compare

Fix the failed build of v1.2.0

1.2.0

06 Aug 05:10
Compare
Choose a tag to compare
  • Upgrade flow library to v0.94.0
  • Fix implicit instantiation's error

1.1.0

11 Apr 05:52
Compare
Choose a tag to compare
  • 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

25 May 15:49
Compare
Choose a tag to compare
  • Fix regression of v1.0.3, that three functions should be exported to default export.

1.0.3

25 May 15:26
Compare
Choose a tag to compare
  • [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

25 May 09:16
Compare
Choose a tag to compare
  • 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

23 May 14:52
Compare
Choose a tag to compare
  • 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

21 May 06:18
Compare
Choose a tag to compare

NO CHANGELOG yet.

Check README.md for API usages and more details.