Skip to content

Releases: Limenius/LiformBundle

2.0.3: Merge pull request #41 from umpirsky/patch-3

27 Mar 10:07
084180e

Choose a tag to compare

tweaks for return types, etc.

21 Feb 12:27
e63142a

Choose a tag to compare

Merge pull request #39 from umpirsky/patch-2

CompoundTransformer definition is wrong

Symfony 7 support

21 Jan 13:12
9477dee

Choose a tag to compare

Merge pull request #36 from lsv/feature/symfony7

Allow symfony 7

v0.18.0

01 Mar 10:19
3808802

Choose a tag to compare

PHP8 support

Initial values serializer

15 Dec 17:54

Choose a tag to compare

Initial Values

BC: To serialize initial values, use $serializer->normalize($form); instead of $serializer->normalize($form->createView());

Choice type

Support for expanded choice types.