Skip to content

Machine#transition_to error handling, Generators for namespaced classes

Compare
Choose a tag to compare
@appleton appleton released this 19 May 13:37
· 703 commits to master since this release

Additions

  • Generators now handle namespaced classes (patch by @hrmrebecca)

Changes

  • Machine#transition_to now only swallows Statesman generated errors. An exception in your guard or callback will no longer be caught by Statesman (patch by @paulspringett)