Skip to content

Releases: greg0ire/enum

More is more

29 Apr 16:42
Compare
Choose a tag to compare

Lots of goodies for symfony components users thanks to @soullivaneuh ! A form type and a validation constraints were added. This is a minor release according to semver, but it comes with deprecations, check them out if you want to make your migration to 3.0 less painful

Less is more

25 Apr 18:17
Compare
Choose a tag to compare

Thanks to @soullivaneuh isValidValue's signature is simplified to drop the $strict parameter, that does not seem very useful. Also, a new getKeys method was added to get all constants, optionally reworked with a closure.

Multiple data source

03 Jun 08:51
Compare
Choose a tag to compare

This version adds support for fetching constant from several types (classes or interfaces) at once.

support multiple enum usage in one execution

09 Sep 14:03
Compare
Choose a tag to compare

This version fixes a bug where the same cache would be shared by two different classes.

First stable version

17 Jun 14:38
Compare
Choose a tag to compare

After a lot of hard work, the first stable version is here. Code coverage : 100% !!!