State Machine v0.2.0 Release Notes

Release Date: 2008-06-29 // almost 16 years ago
    • โž• Add a non-bang version of events (e.g. park) that will return a boolean value for success
    • ๐Ÿ‘ป Raise an exception if the bang version of events are used (e.g. park!) and no transition is successful
    • ๐Ÿ”„ Change callbacks to act a little more like ActiveRecord
    • Avoid using string evaluation for dynamic methods