Releases: tarantx/tarant
Releases · tarantx/tarant
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.2.2
v2.2.1
Simplify usage
Now wind.js is bundled with a set up entrypoint that exports ActorSystem.
Now you can import the ActorSystem as:
import ActorSystem from 'wind.js'
wind.js has been released!
Initial release
- Support for Actor System
- Support for tell/ask in Actors
- Support for killing Actors
- Support for a custom Materializer
- Support for a custom Scheduler
- Support for a custom TimeMachine