Releases: aeviiq/form-flow
Releases · aeviiq/form-flow
1.0.2
Merge pull request #76 from aeviiq/fix-build
remove unnecessary doc commment.
1.0.1
Fixes
- Data object inside context should not be readonly.
1.0
Changes
- Bumped packages:
- aeviiq/enum ^4.0;
- aeviiq/collection ^4.0;
- phpunit/phpunit ^10.0;
- symfony/event-dispatcher-contracts ^3.0;
- Added PHPStan and Psalm.
- Fixed code styling.
0.10
Bumped packages:
- PHPUnit ^9.5
- Symfony ^6.0
- StorageManager ^6.0
Dropped support for all older versions, as the upcoming changes will use the new features anyway.
0.8
Improvements:
- Added the unhandled form status;
- Made the form handling of a backwards transtion optional;
0.7.1
Improvements:
- The flow will no longer initialize upon creation, instead, it will wait to do so until the methods that require it to be, are called.
Bug Fixes:
- Only the form that is present in the request will be handled. This will fix the bug mentioned in #63;
0.7
New Features:
- Added possibility to set a specific storage key. This can be used to have multiple instances of the same flow active simultaneously.
0.6
New Features:
- Added support for Symfony 5.0. (#57)
0.5
New Features:
- Added posibility to skip multiple steps in one request. (#53)
Bug Fixes:
- Fix a bug where soft and hard skip could both be done at the same time. (#52)