Releases: filefoxper/agent-reducer
Releases · filefoxper/agent-reducer
4.6.0
4.5.5
# v4.5.5 2022-05-29 * [design] add `Flows.block` WorkFlow mode. * [design] update `Flows.debounce` interface.
4.5.4
# 4.5.4 * [rollback] rollback to `4.4.0`.
4.5.3
# 4.5.3 2022-05-24 * [design] move the reset version modify to common reset function.
4.5.0
# 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
# 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
# 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
# 4.3.1 2022-04-12 * [design] add [avatar](/experience?id=avatar-experience-1) API.
4.3.0
# 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
# 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.