- User imputs no longer converted to symbol this mitigates risk of DoS via symbol table or RAM (symbols are not garbage collected).
- Dynamic steps officially supported and tested
- warn users users who forgot to set steps
- Forward params passed to the index action
- bug fix: 1.8.7 hash ordering
- Prettier code, thanks code climate
- [#22] enable I18n on wicked paths with
Wicked::Wizard::Translated
- jRuby is officially supported and tested with Travis
- [#30] bugfix, filter options now work on
steps
method (@jeremyruppel)
- Make step configuration an instance level config instead of class.
- [#25] current_step?, past_step?, future_step?, next_step? & previous_step? step helper methods to be used in the view(thanks @ahorner)
- remove
WizardController#_reset_invocation_response
- bug fix for when jump_to is used in conjunction with passing a resource to render_wizard (thanks @fschwahn)
- rename
controller
towizard_controller
to avoid collisions with other controller based gems (thanks @lucatironi)
- expose
steps
andwizard_steps
to view - default index path of wizard controller to the first step
- paths to first and last steps
/wizard_first
&/wizard_last
- previous_wizard_path introduced
- next_wizard_path takes options (thanks @Flink)
- fixed include bug
- Allow including
Wicked::Wizard
into controllers - Added Tests for Helpers
- Fixed url bug
- First Release