- bugfix: if configured to skip validation the code does not validate anymore
- bugfix: get rid of error with old rubygems versions
- bugfix: Subclasses of aasm-enabled classes don't lose settings anymore (thanks to codez)
- bugfix: ActiveRecord scopes are generated when using the new DSL
- ActiveRecord persistence can ignore validation when trying to save invalid models
- added support for Mongoid (Thanks, Michał Taberski)
- switched documentation to the new DSL
- whiny transactions: by default, raise an exception if an event transition is not possible
- you may disable whiny transactions
- supporting new DSL (which is much shorter)
- bugfix: avoid naming conflict with i18n
- supporting i18n
- supporting regular expressions for hash values and strings