Releases: foxbytehq/laravel-backed-enums
Releases · foxbytehq/laravel-backed-enums
v2.6.1
v2.6.0
v2.5.0
v2.4.0
v2.3.1
What's Changed
- Add unit/feature tests by @hailwood in #25
- Fix
::labels()method by @hailwood in #25 - Add
AsFullEnumCollection::of(MyEnum::class)for casts by @hailwood in #25 - Fix Issue #22: Replace 'self' with 'static' by @vikas020807 in #24
New Contributors
- @vikas020807 made their first contribution in #24
Full Changelog: v2.3.0...v2.3.1
v2.3.0
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
What's Changed
- Add EnumCollection support by @hailwood in #17
Fix toJson method to actually return a json string instead of an array.
Add newAsFullEnumCollectioncast - See the readme for usage and a description of why this is useful.
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.0
Breaking change: the map method now uses the value rather then the name.