Skip to content

Releases: filefoxper/agent-reducer

4.0.1

04 Nov 10:15
Compare
Choose a tag to compare

v4.0.1 2021-11-04

  • [optimize] optimize the code building structure, and now the size optimization can be used into a windows system too, you can get this info from installion.
  • [optimize] The promise process in MiddleWare has not dependenced to ES6 Promise API.

4.0.0

25 Oct 05:15
Compare
Choose a tag to compare
prepare 4.0.0

3.8.3

15 Oct 05:52
Compare
Choose a tag to compare
## v3.8.3 2021-10-15

* [optimize] 优化掉关于 `warningSet`的代码。

3.8.2

11 Oct 04:36
Compare
Choose a tag to compare

v3.8.2 2021-10-11

  • [bug] fix bug about MiddleWarePresets.takeLatest, when a promise result rejected, there are two rejections.

3.8.1

29 Sep 05:37
Compare
Choose a tag to compare

v3.8.1 2021-09-29

  • [bug] fix build problem about module in package.json, and roll back the building config.

3.8.0

24 Sep 13:09
Compare
Choose a tag to compare

prepare for v4.0.0

3.7.2

20 Jan 06:24
Compare
Choose a tag to compare

修改新版本state依然不能为undefined的问题

3.7.1

04 Aug 05:22
Compare
Choose a tag to compare
## v3.7.1 2021-08-04

* [design] the current property in weakSharing ref will be reset when first usage about it appears.

3.7.0

27 Jul 15:53
Compare
Choose a tag to compare
## v3.7.0 2021-07-27

* [design] the weakSharing agent can change model state whether it is destroyed or not, only when all the sharing agents are destroyed.
* [design] add the `initial` callback to the weakSharing API returns.

3.6.3

13 Jul 13:41
Compare
Choose a tag to compare

v3.6.3 2021-07-13

  • [bug] fix the problem about state modified by a notified action.