We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb97afe commit 014db8aCopy full SHA for 014db8a
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-data` will be documented in this file.
4
5
+## 4.15.1 - 2025-04-10
6
+
7
+### What's Changed
8
9
+* Fix #997 by @bentleyo in https://github.com/spatie/laravel-data/pull/998
10
11
+**Full Changelog**: https://github.com/spatie/laravel-data/compare/4.15.0...4.15.1
12
13
## 4.15.0 - 2025-04-09
14
15
### What's Changed
@@ -93,6 +101,7 @@ SongData::factory()
93
101
94
102
95
103
104
96
105
```
97
106
#### Injecting property values
98
107
@@ -110,6 +119,7 @@ class SongData extends Data {
110
119
111
120
112
121
122
113
123
114
124
#### Merging manual rules
115
125
@@ -141,6 +151,7 @@ class SongData extends Data
141
151
142
152
143
153
154
144
155
145
156
#### New property mappers:
146
157
0 commit comments