Skip to content

Releases: aeviiq/form-flow

1.0.2

20 Feb 12:32
1e2ade9

Choose a tag to compare

Merge pull request #76 from aeviiq/fix-build

remove unnecessary doc commment.

1.0.1

20 Feb 10:14
8faecdf

Choose a tag to compare

Fixes

  • Data object inside context should not be readonly.

1.0

11 Jan 14:11
9759b43

Choose a tag to compare

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

14 Oct 13:39
5981aa3

Choose a tag to compare

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
1ba96d2

Choose a tag to compare

0.9
  • Added php 8 support

0.8

15 Jul 09:16
225e228

Choose a tag to compare

0.8

Improvements:

  • Added the unhandled form status;
  • Made the form handling of a backwards transtion optional;

0.7.1

05 Jul 14:49
15b0a25

Choose a tag to compare

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
7ee5fe2

Choose a tag to compare

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

21 Jul 12:32
b158ffe

Choose a tag to compare

0.6

New Features:

  • Added support for Symfony 5.0. (#57)

0.5

31 Mar 15:14
6da1665

Choose a tag to compare

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)