We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06536dd commit 61768f5Copy full SHA for 61768f5
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to `laravel-backed-enums` will be documented in this file.
4
5
+## v2.2.0 - 2023-10-07
6
+
7
+### What's Changed
8
9
+- Add EnumCollection support by @hailwood in https://github.com/webfox/laravel-backed-enums/pull/17
10
+ Fix toJson method to actually return a json string instead of an array.
11
+ Add new `AsFullEnumCollection` cast - See the readme for usage and a description of why this is useful.
12
13
+**Full Changelog**: https://github.com/webfox/laravel-backed-enums/compare/v2.1.1...v2.2.0
14
15
## v2.1.1 - 2023-10-04
16
17
**Full Changelog**: https://github.com/webfox/laravel-backed-enums/compare/v2.1.0...v2.1.1
0 commit comments