What's Changed
- Cache last published event by @goodhoko in #87
⚠️ BREAKING:Event
types now must beSend
+Sync
- Error reporting QoL by @strohel in #88
⚠️ BRAKING:Actor::Error
now must beDisplay
(and no longer needs to beDebug
)
- Make
Actor::started()
,stopped()
fallible by @strohel in #89⚠️ BREAKING:Actor::started()
,Actor::stopped()
signatures have changed, you need to adapt your code
New Contributors
Full Changelog: v0.9.0...v0.10.0