Skip to content

Releases: foxbytehq/laravel-backed-enums

v2.6.1

05 Mar 05:34
cf3c70e

Choose a tag to compare

What's Changed

  • ide.json: one code generation instead of two by @adelf in #45

New Contributors

  • @adelf made their first contribution in #45

Full Changelog: v2.6.0...v2.6.1

v2.6.0

02 Mar 21:01
10345cd

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

25 Feb 20:33
2f93e60

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Jan 21:31
519196f

Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

15 Mar 01:15
1c03550

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

12 Mar 09:08
a419e2f

Choose a tag to compare

What's Changed

  • Bumping to version 11 of the Laravel framework (ahead of launch tomorrow) by @csoutham in #23
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #19

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Oct 06:50
06536dd

Choose a tag to compare

What's Changed

  • Add EnumCollection support by @hailwood in #17
    Fix toJson method to actually return a json string instead of an array.
    Add new AsFullEnumCollection cast - See the readme for usage and a description of why this is useful.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

04 Oct 22:41
0f98556

Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Oct 22:33
0537422

Choose a tag to compare

What's Changed

  • Add static ::rule() method as a shortcut for the laravel enum validation @hailwood in 1309a36

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Aug 03:03
6148068

Choose a tag to compare

Breaking change: the map method now uses the value rather then the name.