Skip to content

2.0.0

Compare
Choose a tag to compare
@blakewatters blakewatters released this 15 Oct 13:40
· 56 commits to master since this release

This release integrates support for including metadata in the form of an NSDictionary of userInfo when an event is fired to trigger a state transition within the machine.

  • Introduces the TKTransition model encapsulating details about a state transition occurring in response to an event
  • Update block signatures across the library to include TKTransition objects
  • Update fireEvent:error: method signature to include userInfo parameter for including metadata with the event