Skip to content

Releases: Kreastr/afsm

v0.2.0

21 May 15:19

Choose a tag to compare

  • Renamed on state change event to "state_changed" to avoid double on in calls.
  • Relaxed typehint to avoid cases where typebear might throw exception for attempts to subscribe to "state_changed"

v0.1.4

11 Dec 13:06

Choose a tag to compare

Improve logging of state transitions, protect from looping in transit

v0.1.3

11 Dec 11:40

Choose a tag to compare

  • added tag to be displayed in FSM logs to allwo easier log identification

v0.1.2

06 Nov 02:17

Choose a tag to compare

  • beartype decorators
  • improved interface of state transition

v0.1.1

10 Oct 17:15

Choose a tag to compare

Fixes:

  • bugfix in generated code
  • typo in readme

v0.1.0

09 Oct 15:36

Choose a tag to compare

MVP for the library implementation.