Skip to content

Releases: henzeb/enumhancer

v1.9.1

09 Jun 09:02

Choose a tag to compare

  • Added search keywords and small documentation fixes

v1.9.0

08 Jun 07:13

Choose a tag to compare

v1.8.1

08 Jun 04:41

Choose a tag to compare

  • fixes #3 where comparing value with capitals would fail

v1.8.0

07 Jun 19:41

Choose a tag to compare

v1.7.0

06 Jun 18:39

Choose a tag to compare

  • When using Comparison, you can now assert with is or isNot

v1.6.3

05 Jun 20:00

Choose a tag to compare

  • serious bug where the prefix when mapping wasn't the enum FQCN

v1.6.2

05 Jun 10:30

Choose a tag to compare

  • labels method should be static

v1.6.1

05 Jun 10:03

Choose a tag to compare

  • fixed an issue where comparison not always worked correctly with basic enumerations.

v1.6.0

04 Jun 10:52

Choose a tag to compare

  • added Eloquent Casting support for basic enumerations.

v1.5.4

02 Jun 08:23

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