Releases: nactio/nact
Releases · nactio/nact
v4.4.1
v4.4.0
Added Supervision
Instructions can be found at:
https://nact.io/lesson/javascript/supervision
v4.2.0
Updated Query Function
The query function can now optionally accept a message function. This function takes in the temporary actor reference and returns the message to dispatch to the sender. This is to cater for the use case where actors expect an actor reference in a message.
Updated README and minor fix
v4.0.1 Updated readme
Added Snapshotting to nact
Merge pull request #26 from ncthbrt/feature/snapshotting Feature/snapshotting
Actor Timeout
Merge pull request #25 from ncthbrt/feature/timeout Feature/timeout
Allow underscores in actor names
Y not /shrug
Updated Documentation and Restructured Codebase
This release does not break userland.