Skip to content

Releases: henzeb/enumhancer

v1.6.3

05 Jun 20:00
Compare
Choose a tag to compare
  • serious bug where the prefix when mapping wasn't the enum FQCN

v1.6.2

05 Jun 10:30
Compare
Choose a tag to compare
  • labels method should be static

v1.6.1

05 Jun 10:03
Compare
Choose a tag to compare
  • fixed an issue where comparison not always worked correctly with basic enumerations.

v1.6.0

04 Jun 10:52
Compare
Choose a tag to compare
  • added Eloquent Casting support for basic enumerations.

v1.5.4

02 Jun 08:23
Compare
Choose a tag to compare
  • made some updates to the documentation to reflect the functionality better
  • made some changes to Labels, to have better backwards compatibility with Spatie's PHP Enum

v1.5.3

01 Jun 20:42
Compare
Choose a tag to compare
  • fixes #1. integer backed enums are now also comparable.

v1.5.2

01 Jun 11:45
Compare
Choose a tag to compare
  • limit extraction to whole words rather than parts (enum should match enum, not enums)

v1.5.1

01 Jun 09:26
Compare
Choose a tag to compare
  • bugfix in retrieving keys from mappers with prefixes
  • allowing case insensitive mapping of keys
  • allowing to use mappers with Extractor, even when not using Mappers.

V1.5.0

31 May 18:30
Compare
Choose a tag to compare
  • added Extractor to extract enums from a string mentioned by value
  • some documentation repairs

1.4.2

19 Mar 12:59
Compare
Choose a tag to compare
  • small issue where unit enums couldn't return a 'value' when using Subset