Releases: ismailhabib/actrix
Releases · ismailhabib/actrix
v4.1.0
4.1.0 (2018-10-23)
Features
- Add a logical clock to all the messages created within an actor (bf26359)
v4.0.0
4.0.0 (2018-10-15)
Bug Fixes
- Bug fix, typing fix, and unit tests fix (3965e4e)
- Reverting the signature of createActor method (8665e35)
Features
BREAKING CHANGES
- the "at" method is replaced by "sendTo" and "askTo"
- the 'sendMessage' property of actorSystem is no longer returning a promise
v3.0.0
3.0.0 (2018-09-28)
Features
- Change createActor API and andd remove actor API (3142501)
BREAKING CHANGES
- When creating actor, the "Class" param is renamed to "classActor" param
v2.1.0
2.1.0 (2018-09-27)
Bug Fixes
- Fix and improvement for the ignore-older-message-with-the-same-type strategy (817f49d)
- Fix ignore-older-message behaviour (5e22dc7)
Features
- Introduce strategy: ignore older messages with the same type (8aa73f4)
v2.0.0
2.0.0 (2018-08-31)
Features
- Accept params when creating actor instance (151f5e0)
BREAKING CHANGES
- Different signature for creating actor instance
v1.4.1
1.4.1 (2018-06-30)
Bug Fixes
- Fix multi parameters issue (a36865c)
v1.4.0
1.4.0 (2018-06-29)
Features
v1.3.0
1.3.0 (2018-06-29)
Features
- Make the new test utility available (7e001b6)
v1.2.0
1.2.0 (2018-06-29)
Features
v1.1.0
1.1.0 (2018-05-25)
Features
- Improve logging mechanism (1744473)