Skip to content

Releases: greg0ire/enum

v4.3.1

24 May 07:05
v4.3.1
26eed5c
Compare
Choose a tag to compare

Added support for Symfony 6 thanks @laurent-bientz !

v4.3.0

03 Dec 18:27
v4.3.0
9bb430d
Compare
Choose a tag to compare

Added: support for PHP 8 thanks @binotaliu

4.2.2

01 Jul 18:32
4.2.2
ffa3a89
Compare
Choose a tag to compare

Added support for the new doctrine/inflector API! No more deprecations :)

v4.2.1

22 Mar 15:39
v4.2.1
8334b52
Compare
Choose a tag to compare

@laurent-bientz fixed issues related to v4.2.0 . Many thanks to him!

v4.2.0

22 Mar 07:59
v4.2.0
ccd86f4
Compare
Choose a tag to compare

The labelling feature has been decoupled from the Twig extensions thanks to @laurent-bientz !

Symfony 5 compatibility

22 Jan 22:06
v4.1.0
6b81dec
Compare
Choose a tag to compare

Symfony 4 compatibility

02 Dec 17:22
v4.0.0
bb7bdc9
Compare
Choose a tag to compare

The library is now compatible with Symfony 4!

Expose more Twig methods

09 Feb 15:40
Compare
Choose a tag to compare

Thanks to @soullivaneuh , you can now access more AbstractEnum methods inside twig. This can be useful if have important customization needs and can't use native Symfony form widgets. The new functions are :

  • enum_get_constants
  • enum_get_keys
  • enum_get_class_prefixed_keys

Twig 2.0 compatibility

06 Jan 10:11
Compare
Choose a tag to compare

Want to move to Twig 2.0 ? greg0ire/enum won't be a blocker :)

v3.1.0

23 Jun 12:09
Compare
Choose a tag to compare
Main change: twig integration