Skip to content

Releases: aeviiq/form-flow

0.4

11 Feb 19:10
7da1cf4
Compare
Choose a tag to compare
0.4

New Features:

  • Ability to soft & hard skip steps. For more info see the README.md;

Bug Fixes:

  • Fix a bug where the next step could return a wrong result;

Improvements:

  • Added a bit of documentation;

Breaking Changes:

  • markCompleted() and markIncompleted() have been renamed to setCompleted and unsetCompleted();
  • getFormFlow() inside all events has been renamed to getFlow();

0.3.2

10 Feb 09:14
Compare
Choose a tag to compare

Bug Fixes:

  • Removed minimum step count in the collection itself, to allow filtering with single results.

0.3.1

07 Feb 14:37
65fa7ea
Compare
Choose a tag to compare

Bug Fixes:

  • Improved type hinting in StepCollection;
  • Ensure a StepCollection has at least 2 steps at all times;

0.3

06 Feb 12:33
ac06579
Compare
Choose a tag to compare
0.3

Updated requirement on aeviiq/storage-manager to ^3.0

0.2

30 Jan 12:05
97dfc1c
Compare
Choose a tag to compare
0.2

New Features:

  • Added group events in #46

Bug Fixes:

  • Fixed the StepCollection bug #47

0.1

20 Dec 08:25
bb389bd
Compare
Choose a tag to compare
0.1

First release of Aeviiq Form Flow