2.0.0
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 includeuserInfo
parameter for including metadata with the event