Skip to content

Releases: yokai-php/enum-bundle

v3.0.0

08 Jul 09:46
cdfbce5
Compare
Choose a tag to compare

Changelog (v2.2...v3.0.0)

  • strict type everything
  • classes in namespace Yokai\EnumBundle\Enum moved to Yokai\EnumBundle
  • removed deprecated compiler passes
  • removed deprecated configuration
  • moved some dependencies to suggestions
  • added configurable enums with convention based constant extraction
  • updated documentation according to recent practices
  • dropped support of symfony < 4.4
  • dropped support of PHP < 7.1
  • use github actions instead of travis
  • code style as library dependency
  • use phpunit 9.x
  • new semver convention : x.y.z

v3.0.0-alpha.2

26 Jun 12:14
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

Changelog (v3.0.0-alpha...v3.0.0-alpha.2)

  • hotfix services ids and tag names

v3.0.0-alpha

26 Jun 11:32
4de3710
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

Changelog (v2.2...v3.0.0-alpha)

  • strict type everything
  • classes in namespace Yokai\EnumBundle\Enum moved to Yokai\EnumBundle
  • removed deprecated compiler passes
  • removed deprecated configuration
  • moved some dependencies to suggestions
  • added configurable enums with convention based constant extraction
  • updated documentation according to recent practices
  • dropped support of symfony < 4.4
  • dropped support of PHP < 7.1
  • use github actions instead of travis
  • code style as library dependency
  • use phpunit 9.x
  • new semver convention : x.y.z

v2.3: Merge pull request #31 from yokai-php/configuration-deprecation

26 Jun 11:22
a218e55
Compare
Choose a tag to compare

Changelog (v2.2...v2.3)

  • 3.x branch alias
  • Configuration deprecations

v2.2: Merge pull request #28 from yokai-php/auto-registration-deprecation

21 Feb 15:09
df042f0
Compare
Choose a tag to compare

v2.1: Merge pull request #19 from J-Ben87/master

06 Dec 13:32
0802362
Compare
Choose a tag to compare
Allow retrieving all registered enums from registry

v2.0: Merge pull request #12 from yokai-php/2.x

01 Apr 10:20
Compare
Choose a tag to compare

Hotfix compiler pass registering

04 Mar 13:35
Compare
Choose a tag to compare
Merge pull request #8 from yann-eugone/hotfix/compiler-pass-register

Fixed wrong usage of container while registering compiler passes

Fixes & Enhancements

04 Mar 13:16
Compare
Choose a tag to compare
Merge pull request #7 from yann-eugone/feature/enum-loading-conventions

Added ability to load all enums within a single compiler pass

Symfony 3.0 Support

28 Dec 14:01
Compare
Choose a tag to compare
Merge pull request #3 from yann-eugone/symfony-3-compatibility

Symfony 3 compatibility