What's Changed
- feature/typed-actors investigation of typed actors by @cloudmark in #3
- Fixed issue with FSM timeout not actually timing out by @Mitrug in #5
- feat: Adds actor configuration to FSMBuilder by @PetrosPapapa in #7
- Issue/8 fsm actor context by @Mitrug in #9
- Curried FSM StateFunction by @PetrosPapapa in #11
- Fix tests from #9 with syntax from #11 by @PetrosPapapa in #12
- fix: FSM - Termination - Added stateData and referenced correct state by @Mitrug in #14
- feat: Adds current state name and data getters to FSM StateManager by @PetrosPapapa in #16
- fix: Added error escalation to the actor pre-start. by @Mitrug in #17
- FSM Update by @PetrosPapapa in #22
- fix: Improved the isTerminated semantics to be based on the ActorCell instead of the Mailbox by @Mitrug in #31
- V2.0.0 by @PetrosPapapa in #33
New Contributors
- @Mitrug made their first contribution in #5
- @PetrosPapapa made their first contribution in #7
Full Changelog: v1.0.2...v2.0.0