Skip to content

Releases: datomatic/laravel-enum-helper

v2.1.1

08 Mar 08:27
5ee2d7b
Compare
Choose a tag to compare

v2.1.0

24 Feb 08:25
c5022f3
Compare
Choose a tag to compare
  • Support for Laravel 12

v2.0.2

09 Dec 13:32
Compare
Choose a tag to compare
  • fixed error of annotation command with folder with not enum files

v2.0.1

09 Dec 13:29
Compare
Choose a tag to compare
  • fixed error of annotation command with string backed enum

v2.0.0

03 Nov 09:35
51bc8e9
Compare
Choose a tag to compare
  • enum-helper v2 dependency
  • annotation generator command
  • refactoring
  • pint, larastan

v1.1.1

03 Oct 17:04
Compare
Choose a tag to compare
  • fix phpDoc

v1.1.0

14 Mar 14:36
ce7fc49
Compare
Choose a tag to compare
  • Laravel 11 support

v1.0.1

15 Feb 15:24
7417ce7
Compare
Choose a tag to compare

Laravel 10 support

v1.0.0

09 Sep 12:48
Compare
Choose a tag to compare
  • v1.0.0 release 🚀 🎉
  • update requirements

v0.7.0

02 Jul 09:22
Compare
Choose a tag to compare

After migrating several projects with my fellow @RobertoNegro and listening to different opinions we have decided to simplify the package. From now on, I will consider a pure enum as a StringBackedEnum with names as values, so all ***AsSelect() methods will be replaced by ***ByValue() methods.

  • added definition of description(), descriptions(), descriptionsByName(), descriptionsByValue() to improve code completion and static analysis
  • removed all methods `***AsSelect()
  • removed NotBackedEnum exception
  • added support on ***ByValue() methods also for pure enum using name instead value
  • merged version number with datomatic/enum-helper