Skip to content

Releases: ismailhabib/actrix

v4.1.0

23 Oct 07:09
316ddce
Compare
Choose a tag to compare

4.1.0 (2018-10-23)

Features

  • Add a logical clock to all the messages created within an actor (bf26359)

v4.0.0

15 Oct 08:15
4895476
Compare
Choose a tag to compare

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

28 Sep 15:09
6f8452c
Compare
Choose a tag to compare

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

27 Sep 11:25
25c9c2b
Compare
Choose a tag to compare

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

31 Aug 15:14
e71555c
Compare
Choose a tag to compare

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

30 Jun 04:52
908a15c
Compare
Choose a tag to compare

1.4.1 (2018-06-30)

Bug Fixes

  • Fix multi parameters issue (a36865c)

v1.4.0

29 Jun 14:50
Compare
Choose a tag to compare

1.4.0 (2018-06-29)

Features

  • Test utility improvement (fcb66cb)

v1.3.0

29 Jun 13:57
Compare
Choose a tag to compare

1.3.0 (2018-06-29)

Features

  • Make the new test utility available (7e001b6)

v1.2.0

29 Jun 13:48
Compare
Choose a tag to compare

1.2.0 (2018-06-29)

Features

  • Add a small utility for testing (6b16488)
  • Fix linting error (6c9a06c)

v1.1.0

25 May 09:16
Compare
Choose a tag to compare

1.1.0 (2018-05-25)

Features

  • Improve logging mechanism (1744473)