Skip to content

Commit

Permalink
# 4.5.4
Browse files Browse the repository at this point in the history
* [rollback] rollback to `4.4.0`.
  • Loading branch information
wangyi committed May 25, 2022
1 parent 95f7de4 commit 29f6bd2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 deletions.
12 changes: 11 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,14 @@ The difference with library like [redux](https://redux.js.org), `agent-reducer`
* [Advanced](/advanced.md)
* [Experience](/experience.md)
* [API Reference](/api.md)
* [Change Logs](/changes.md)
* [Change Logs](/changes.md)

# notice

## ~~4.5.0 to 4.5.3~~

* [deprecated] This design is for react only. It is not reasonable, and we are so sorry for making that decision. We will rollback to `4.4.0`, and force `use-agent-reducer` rollback too.

## 4.5.4

* [rollback] rollback to `4.4.0`.
16 changes: 4 additions & 12 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,10 @@ in this version, `runtime.cache` used in MiddleWare is independent.
* [design] turns [flow](/api?id=flow), [Flows](/api?id=flows), [effect](/api?id=effect) and [avatar](/api?id=avatar) API to be official.
* [experience] add experience API [strict](/experience?id=strict) and [act](/experience?id=act).

# 4.5.0 2022-05-23
# ~~4.5.0 to 4.5.3~~

* [design] add auto connecting function. If an action of agent is dispatched before the agent is connected, it will trigger the auto connecting of this agent. That means you do not need to connect it immediately after the agent is created.
* [deprecated] This design is for react only. It is not reasonable, and we are so sorry for making that decision. We will rollback to `4.4.0`, and force `use-agent-reducer` rollback too.

# 4.5.1 2022-05-24
# 4.5.4

* [bug] resolve the problem abount can not refresh creating when a weak sharing connection is reset.

# 4.5.2 2022-05-24

* [bug] resolve the typescript method name about `recreate`.

# 4.5.3 2022-05-24

* [design] move the reset version modify to common reset function.
* [rollback] rollback to `4.4.0`.
12 changes: 11 additions & 1 deletion docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,14 @@
* [高级用法](/zh/advanced.md)
* [体验](/zh/experience.md)
* [API 文档](/zh/api.md)
* [更新日志](/zh/changes.md)
* [更新日志](/zh/changes.md)

# 注意

## ~~4.5.0 to 4.5.3~~

* [deprecated] 这些版本为 react 做出了一些不合理的牺牲,这并不符合 `agent-reducer` 库作为公允第三方库的初衷,所以,我们将回滚至 `4.4.0` 版本。对此,我们表示非常抱歉,望使用者原谅。

## 4.5.4

* [rollback] 回滚至 `4.4.0`.
16 changes: 4 additions & 12 deletions docs/zh/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,10 @@
* [design] 体验 API [flow](/zh/api?id=flow), [Flows](/zh/api?id=flows), [effect](/zh/api?id=effect) 以及 [avatar](/zh/api?id=avatar) 转正。
* [experience] 添加体验 API [strict](/zh/experience?id=strict(体验))[act](/zh/experience?id=act(体验)).

# 4.5.0 2022-05-23
# ~~4.5.0 to 4.5.3~~

* [design] 添加自动链接功能。在一个代理对象上的 action 被 dispatched 时,代理将根据其是否已经链接过的状态,自动进行快速连接
* [deprecated] 这些版本为 react 做出了一些不合理的牺牲,这并不符合 `agent-reducer` 库作为公允第三方库的初衷,所以,我们将回滚至 `4.4.0` 版本。对此,我们表示非常抱歉,望使用者原谅

# 4.5.1 2022-05-23
# 4.5.4

* [bug] 解决 weakSharing 重置后无法刷新 create 的问题。

# 4.5.2 2022-05-24

* [bug] 修复 typescript 无法使用 `recreate` 的问题。

# 4.5.3 2022-05-24

* [design] reset version 支持所有 reset。
* [rollback] 回滚至 `4.4.0`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-reducer",
"version": "4.5.3",
"version": "4.5.4",
"main": "dist/agent-reducer.mini.js",
"typings": "index.d.ts",
"author": "Jimmy.Harding",
Expand Down

0 comments on commit 29f6bd2

Please sign in to comment.