- Refactor ModuleHash to ActionModuleHash.
- De-dupe action/module handling from Action into ActionModuleHash.
- Remove support for running lists of actions and anonymous actions.
- Add Active Support gem
- Refactor Runnable into Action
- Remove Runnable
- Support calling other actions via snake-cased paths with dot-accessors.
- Default
Action#call
param to new context - Default failure message parameter to nil
- Fix context and instance variable syncing before and after actions
- Refactor FailureError to extend Exception
- Changed to avoid failures being rescued
- (Internal) refactored all library requires to be relative
- Correct changelog URI in metadata
- Update Gemfile lock
- Add documentation URI
- Initial release