Skip to content

Releases: Elao/PhpEnums

Doctrine DBAL collection types

28 Oct 21:20
Compare
Choose a tag to compare

Changelog

[8b25099] feature #98 Allow user to create collection of enum with doctrine (benji07)
[108224a] minor #99 Some tweaks & tests for enum collection DBAL type (ogizanagi)
[a60f10c] minor #101 Added ./link binary for contribs (ogizanagi)
[c18e779] bug #102 Fix legacy DBAL types format BC (ogizanagi)
[cd28793] feature #100 [Doctrine DBAL] Support both CSV and JSON collection types (ogizanagi)

v1.11.0

05 Oct 09:01
Compare
Choose a tag to compare

Changelog

[be5e1ea] bug #95 Fix caster: use interface instead of implementation (ogizanagi)
[11f637c] minor #97 Add test for EnumProvider (marvincaspar)
[89600f4] feature #96 Allow to discover values from other classes (ogizanagi)

Generate JavaScript enums from PHP

24 Aug 08:31
8be5c30
Compare
Choose a tag to compare

Changelog

[3b5fc31] minor #88 [Travis] Update matrix: PHP 8 & Sf 5.2-dev (ogizanagi)
[c79942e] feature #89 Allow to generate JavaScript enums from PHP (ogizanagi)

ApiPlatform Swagger type & ENUM SQL

18 May 13:09
Compare
Choose a tag to compare

Changelog

[48b842f] minor #85 Update readme for symfony translation extractor integration (@danut007ro)
[c5840cc] feature #84 add ApiPlatform ElaoEnum schema type (@WhiteRabbitDE)
[8a63c35] feature #87 [Doctrine] Allow to configure ENUM(...values) SQL declaration (@ogizanagi)

Translations extractor

17 Apr 10:17
Compare
Choose a tag to compare

Changelog

[b3db082] minor #79 Simplify require-dev dependencies (@IndraGunawan)
[a698e31] minor #80 group generated type class by namespace (@IndraGunawan)
[6cfee92] feature #81 Add symfony translation extractor (@danut007ro)
[f4f9c91] minor #82 Minor translation extractor config enhancements (@ogizanagi)

v1.7.1

20 Mar 16:46
Compare
Choose a tag to compare

Changelog

[8e835f2] bug #78 Fix: Add check for user callback in validator (#70) (@kevinlelo)

Symfony Bundle & Generated DBAL Types

14 Feb 16:35
Compare
Choose a tag to compare

Changelog

[e3397a1] feature #75 Add the Symfony bundle (ogizanagi)
[3c0a55b] feature #77 [Faker] Allow to generate an array of random enum instances (ogizanagi)
[3afa22c] feature #76 Allow to generate doctrine DBAL types from config (ogizanagi)

Symfony 5

14 Jan 08:47
Compare
Choose a tag to compare

Changelog

[3e8fe1b] minor #67 Use defined call to check if constant exists (pierredup)
[7fae338] minor #68 Rename services in readme.md (benji07)
[076de19] minor #71 Some fixes to be more SF4 compliant (alanpoulain)
[7a8ed35] feature #72 Bump deps (drop Sf < 3.4 official support) (ogizanagi)
[5e5884a] feature #74 Allow Symfony5 (benji07)

v1.5.2

08 Aug 15:15
v1.5.2
Compare
Choose a tag to compare

[a24e832] bug #66 Fix EnumCaster for enums with non-enumerable public constants (@ogizanagi)

v1.5.1

27 Jul 11:37
v1.5.1
Compare
Choose a tag to compare

[d9744c1] bug #64 Fix Enum constraint deserialization (@ogizanagi)