aasm/PLANNED_CHANGES.md

33 lines
871 B
Markdown
Raw Normal View History

# Planned changes
## version 4.3
2015-05-26 09:26:36 +00:00
* add support for multiple state machines per class
2015-06-26 07:46:58 +00:00
* silence warnings?
2015-07-11 10:11:19 +00:00
* drop support for aasm_column ?
2015-06-26 07:46:58 +00:00
# Currently working on
* add support for multiple state machines per class
2015-06-26 07:46:58 +00:00
# Changes so far
## version 4.3
* add support for multiple state machines per class
* class- and instance-level `aasm` methods accept a state machine selector
(aka the state machine _name_)
* if no selector/name is provided, `:default` will be used
* duplicate definitions of states and events will issue warnings
2015-07-10 10:58:23 +00:00
* check all tests
* _ActiveRecord_
* _Mongoid_
2015-07-11 10:11:19 +00:00
* _MongoMapper_
* _Sequel_
* what happen's if someone accesses `aasm`, but has defined a
state machine for `aasm(:my_name)`?
* documentation
* drop support for find_in_state, count_in_state, calculate_in_state, with_state_scope