All Versions
24
Latest Version
Avg Release Cycle
61 days
Latest Release
20 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.40.0 Changes
July 12, 2025 -
v0.6.0 Changes
- โฌ๏ธ Drop support to EOL rubies.
-
v0.5.0 Changes
June 20, 2017Fix states being evaluated with wrong
owner_classcontext๐ Fixed state machine false duplication
๐ Fixed inconsistent use of :use_transactions
0๏ธโฃ Namespaced integrations are not registered by default anymore
Pass
static: falsein case you don't want initial states to be forced. e.g.# will set the initial machine state @machines.initialize_states(@object) # optionally you can pass the attributes to have that as the initial state @machines.initialize_states(@object, {}, { state: 'finished' }) # or pass set `static` to false if you want to keep the `object.state` current value @machines.initialize_states(@object, { static: false })
-
v0.4.0
June 18, 2015 -
v0.3.0
April 27, 2015 -
v0.2.2
February 06, 2015 -
v0.2.1
February 04, 2015 -
v0.2.0
January 30, 2015