- remove
WizardController#_reset_invocation_response
- 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