2011-11-25 18:11:30 -05:00
|
|
|
# CHANGELOG
|
|
|
|
|
2012-01-16 11:27:15 -05:00
|
|
|
## 3.0.x
|
|
|
|
|
|
|
|
* ActiveRecord persistence can ignore validation when trying to save invalid models
|
|
|
|
|
2011-12-21 06:39:02 -05:00
|
|
|
## 3.0.1
|
|
|
|
|
|
|
|
* added support for Mongoid (Thanks, Michał Taberski)
|
|
|
|
|
2011-11-26 15:11:57 -05:00
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
2011-11-25 18:11:30 -05:00
|
|
|
## 2.4.0
|
|
|
|
|
|
|
|
* supporting new DSL (which is much shorter)
|
|
|
|
|
|
|
|
## 2.3.1
|
|
|
|
|
|
|
|
* bugfix: avoid naming conflict with i18n
|
|
|
|
|
|
|
|
## 2.3.0
|
|
|
|
|
|
|
|
* supporting i18n
|
|
|
|
* supporting regular expressions for hash values and strings
|
|
|
|
|