We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e15e commit 7970667Copy full SHA for 7970667
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-enum-collections` will be documented in this file.
4
5
+## v3.3.1 - 2025-04-15
6
+
7
+- fix
8
9
## v3.3.0 - 2025-02-24
10
11
- Laravel 12 compatibility
@@ -68,6 +72,7 @@ EnumCollection::tryFrom($data, Enum::class);
68
72
69
73
70
74
75
71
76
```
77
- change casting definition in only onle line inside `casts` model property
78
@@ -94,6 +99,7 @@ protected function casts(): array
94
99
95
100
96
101
102
97
103
98
104
- add Laravel 11 support
105
- refactoring
0 commit comments