Skip to content

Releases: filefoxper/agent-reducer

4.6.0

27 Jun 07:18
Compare
Choose a tag to compare
# 4.6.0 2022-06-27

* [design] add [strict](/api?id=strict), [act](/api?id=act) API.

4.5.5

29 May 06:27
Compare
Choose a tag to compare
# v4.5.5 2022-05-29

* [design] add `Flows.block` WorkFlow mode.
* [design] update `Flows.debounce` interface.

4.5.4

25 May 03:06
Compare
Choose a tag to compare
# 4.5.4

* [rollback] rollback to `4.4.0`.

4.5.3

24 May 06:04
Compare
Choose a tag to compare
# 4.5.3 2022-05-24

* [design] move the reset version modify to common reset function.

4.5.0

23 May 04:08
Compare
Choose a tag to compare
# 4.5.0 2022-05-23

* [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.

4.4.0

17 May 11:47
Compare
Choose a tag to compare
# 4.4.0 2022-05-17

* [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.3.2

28 Apr 15:38
Compare
Choose a tag to compare
# 4.3.2 2022-04-28

* [experience] remove experience API `flow.on`.
* [experience] add experience API `flow.force`.
* [experience] fix the problem about the type interface of `@effect`.

4.3.1

12 Apr 02:40
Compare
Choose a tag to compare
# 4.3.1 2022-04-12

* [design] add [avatar](/experience?id=avatar-experience-1) API.

4.3.0

06 Apr 10:36
Compare
Choose a tag to compare
# 4.3.0 2022-04-06

* [design] add [flow](/experience?id=flow-experience) and [effect](/experience?id=effect-decorator-experience).
* [design] add experience, set `process.env.AGENT_REDUCER_EXPERIENCE` to `OPEN`, can use the experience features.

4.2.5

21 Mar 17:07
Compare
Choose a tag to compare
# 4.2.5 2022-03-22

* [bug] repair the problem about when all the connections from agents are disconnected, the method effect may still work, and change state, if it is a asynchronous method.