Skip to content

Releases: Elao/PhpEnums

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)

v2.0.0-rc.1

03 May 14:58
Compare
Choose a tag to compare

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)

Since v2.0.0-beta.2:

[7a6c730] feature #186 Initial DBAL FlagBag support (@michnovka)
[e6735d6] minor #187 Add missing ODM extensions test + XSD types (@ogizanagi)

v2.0.0-beta.2

22 Apr 12:30
Compare
Choose a tag to compare

Changelog

[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)

v2.0.0-beta.1

08 Apr 09:59
Compare
Choose a tag to compare

Changelog

[27e0c46] feature #177 add Faker provider (@IonBazan, @ogizanagi)
[ad2d4fd] feature #176 Add Doctrine ODM integration (@IonBazan)

Full Changelog: v2.0.0-alpha.3...v2.0.0-beta.1

v2.0.0-alpha.3

27 Jan 09:17
Compare
Choose a tag to compare

Changelog

[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)

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.3

v2.0.0-alpha.2

24 Jan 12:26
Compare
Choose a tag to compare

Changelog

[55781e1] minor #171 [Docs] Mention the official Doctrine ORM integration (@ogizanagi)
[ec16823] bug #174 Override the block prefix (@benji07)

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v1.17.1

24 Jan 12:29
Compare
Choose a tag to compare

Changelog

[7d08ee2] minor #173 fix phpstan phpdoc (@Kleinast)

Full Changelog: v1.17.0...v1.17.1

v2.0.0-alpha.1

30 Dec 13:20
Compare
Choose a tag to compare

Changelog

[e841eb6] feature #165 V2: Rewrite with PHP 8.1 enums (@ogizanagi)

Which includes:

  • readables
  • flagbag
  • symfony readable form type
  • dbal types generations

[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)

v1.17.0: Symfony 6 compatibility

26 Nov 09:18
Compare
Choose a tag to compare

Changelog

[9440cbd] minor #155 [CI] Use Flex for testing multiple Symfony versions (@ogizanagi)
[ed782a9] minor #156 Fix 5.4 deprecs & types (@ogizanagi)
[bbc7f2e] feature #157 Allow Symfony 6 (@ogizanagi)
[f2e761a] feature #132 Support default value for generated Doctrine types (@mbrodala)
[a27eece] feature #158 Support for denormalizing XML to an integer Readable enum (@ogizanagi)
[40a1a5a] minor #159 [CI] Limit mongo tests to edges checks (@ogizanagi)

Since v1.17.0-beta.1

[0d11457] minor #160 Fix typo (extra backtick character) in README (@sarim)
[1c944e3] bug #162 Do not trigger a deprecation on FQCN as both keys and values in Doctrine types config (@ogizanagi)
[33cfb10] minor #163 [CI] Prepare for next SF & PHP versions (@ogizanagi)
[89772dd] minor #164 [Docs] Hints about the PHPStan annotations (@ogizanagi)

What's Changed

Full Changelog: v1.16.0...v1.17.0