Skip to content

Releases: Elao/PhpEnums

v2.5.1

16 Oct 19:15
Compare
Choose a tag to compare

Changelog

[25382e9] minor #235 Conflict broken DBAL 4 versions (@michnovka)

v2.5.0: Support Doctrine DBAL 4 & ORM 3

07 Jun 14:01
Compare
Choose a tag to compare

Changelog

[a1e8c52] minor #229 Fix code example (@eliashaeussler)
[503a7fb] feature #232 DBAL4 changes (@michnovka, @ogizanagi)

v2.4.0: allow Symfony 7

09 Jan 15:19
Compare
Choose a tag to compare

Changelog

[bd65e9e] feature #227 Bump dependencies. test against symfony 7 (@michnovka)

v2.3.0

03 Jan 14:14
Compare
Choose a tag to compare

Changelog

[8b09a3a] feature #224 Implementation of the translatable interface. (laurentmuller)
[a64a1fa] bug #215 Fix AbstractEnumType convertToDatabase function to support string|int (michnovka)

v2.2.0

01 Jun 07:25
Compare
Choose a tag to compare

Changelog

[7266715] minor #196 Add context to (de)normalizer support check (mbrodala)
[dce599d] minor #209 Bump github workflows, fix mongodb Windows (michnovka)
[d6d138b] feature #210 Strong typed function params and return types (michnovka)
[f4a08aa] minor #216 allow int enum to be normalized as int (maximecolin)
[400030f] bug #218 [Validator] Fix 1.x enum constraint with named arguments (ogizanagi)
[d555de9] feature #219 Add phpstan (benji07, ogizanagi)

v1.17.3: Fix enum constraint

13 Mar 12:44
Compare
Choose a tag to compare

Changelog

[400030f] bug #218 [Validator] Fix 1.x enum constraint with named arguments (ogizanagi)

v1.17.2

20 Feb 13:12
Compare
Choose a tag to compare

Changelog

[306c78d] minor #189 [Docs] Explain how to use enums with Doctrine ORM QueryBuilder (pluk77)
[7266715] minor #196 Add context to (de)normalizer support check (mbrodala)
[f4a08aa] minor #216 allow int enum to be normalized as int (maximecolin)

v2.1.2

13 Dec 13:17
Compare
Choose a tag to compare

Changelog

[96c2be4] minor #208 Removed unused bin reference in composer.json (michnovka)

v2.1.1: fix Symfony 6.2 deprec

12 Dec 06:52
Compare
Choose a tag to compare

Changelog

[d32d60a] bug #205 [HttpKernel] Move the backed enum value resolver deprecation trigger to the constructor (ogizanagi)

v2.1.0: Symfony 6.2 compat & ReadableEnum attribute

15 Nov 08:48
Compare
Choose a tag to compare

Changelog

[b20e8e8] minor #198 [CI] Update edges (@ogizanagi)
[e0bc146] minor #200 [CI] Fix Github Actions deprecations (@ogizanagi)
[a7aeecc] minor #202 [Tests] Remove unnecessary 6.2 config (@ogizanagi)
[74ba8a2] minor #204 Remove obsolete dump JS enum binary (@ogizanagi)
[baae644] feature #201 [Readable] Allow to configure a common suffix/prefix & use the enum case value/name as default label (@ogizanagi)