Releases: aeviiq/form-flow
Releases · aeviiq/form-flow
1.0.2
20 Feb 12:32
Compare
Sorry, something went wrong.
No results found
Merge pull request #76 from aeviiq/fix-build
remove unnecessary doc commment.
1.0.1
20 Feb 10:14
Compare
Sorry, something went wrong.
No results found
Fixes
Data object inside context should not be readonly.
1.0
11 Jan 14:11
Compare
Sorry, something went wrong.
No results found
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
14 Oct 13:39
Compare
Sorry, something went wrong.
No results found
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.9
26 Oct 14:24
Compare
Sorry, something went wrong.
No results found
0.8
15 Jul 09:16
Compare
Sorry, something went wrong.
No results found
Improvements:
Added the unhandled form status;
Made the form handling of a backwards transtion optional;
0.7.1
05 Jul 14:49
Compare
Sorry, something went wrong.
No results found
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
30 Oct 15:22
Compare
Sorry, something went wrong.
No results found
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
21 Jul 12:32
Compare
Sorry, something went wrong.
No results found
New Features:
Added support for Symfony 5.0. (#57 )
0.5
31 Mar 15:14
Compare
Sorry, something went wrong.
No results found
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 )