- 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