Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 744 Bytes

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 744 Bytes

0.1.6pre (05/13/2012)

  • remove WizardController#_reset_invocation_response

0.1.5 (05/13/2012)

  • rename controller to wizard_controller to avoid collisions with other controller based gems (thanks @lucatironi)

0.1.4 (4/01/2012)

  • expose steps and wizard_steps to view
  • default index path of wizard controller to the first step
  • paths to first and last steps /wizard_first & /wizard_last

0.1.3 (4/01/2012)

  • previous_wizard_path introduced

0.1.2 (3/16/2012)

  • next_wizard_path takes options (thanks @Flink)

0.1.1 (3/16/2012)

  • fixed include bug

0.1.0 (3/11/2012)

  • Allow including Wicked::Wizard into controllers
  • Added Tests for Helpers

0.0.2

  • Fixed url bug

0.0.1

  • First Release