Skip to content

Releases: Elao/PhpEnums

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)

v2.0.1: fix EnumCase inheritance usages

21 Jul 13:26
Compare
Choose a tag to compare

Changelog

[306c78d] minor #189 [Docs] Explain how to use enums with Doctrine ORM QueryBuilder (@pluk77)
[52b33dd] minor #193 Fix PhpStan issue with FlagBag missing template on static methods (@laurentmuller)
[a296673] bug #197 Fix #[EnumCase] inheritance to set & get extras (@ogizanagi)

v2.0.0: Rewrite with PHP 8.1 enums

16 May 14:59
784095f
Compare
Choose a tag to compare

This is a complete rewrite of the library to leverage & add new capabilities over new PHP 8.1 native enums.
Some features are still awaited (#124), but the main interfaces should not change by now, and the library will be improved in the next minor releases.

Thanks to every contributor who helped moving forward to this new version 🎉 ✨

Changelog

[e841eb6] feature #165 V2: Rewrite with PHP 8.1 enums (@ogizanagi)
[0bc5a0b] feature #167 Add VarDumper caster for readables (@ogizanagi)
[e4dacde] feature #168 Add VarDumper caster for flag bag (@ogizanagi)
[2aefece] feature #169 [HttpKernel] Add a controller argument resolver for backed enums (@ogizanagi)
[55781e1] minor #171 [Docs] Mention the official Doctrine ORM integration (@ogizanagi)
[7d08ee2] minor #173 fix phpstan phpdoc (@Kleinast)
[ec16823] bug #174 Override the block prefix (@benji07)
[c447d57] minor #175 Throw bad method call on attempt to call ReadableEnumTrait::readableForValue on non backed enum (@ogizanagi)
[1a1c3d6] feature #170 Allow to provide extra values to EnumCase attribute (@ogizanagi)
[27e0c46] feature #177 add Faker provider (@IonBazan, @ogizanagi)
[ad2d4fd] feature #176 Add Doctrine ODM integration (@IonBazan)
[98a03f3] feature #181 Add FlagBag::fromAll to instantiate a bag with all of its flags (@michnovka)
[7600213] feature #183 FlagBagType support (@michnovka)
[e623ba2] feature #182 Add SQL Enum support (@michnovka, @ogizanagi)
[7a6c730] feature #186 Initial DBAL FlagBag support (@michnovka)
[e6735d6] minor #187 Add missing ODM extensions test + XSD types (@ogizanagi)