Skip to content

Commit f3baf3b

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent edd61b4 commit f3baf3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-data` will be documented in this file.
44

5+
## 4.14.1 - 2025-03-17
6+
7+
### What's Changed
8+
9+
* fix: Model with method name matching attribute names are not retrieved by @Tofandel in https://github.com/spatie/laravel-data/pull/979
10+
11+
**Full Changelog**: https://github.com/spatie/laravel-data/compare/4.14.0...4.14.1
12+
513
## 4.14.0 - 2025-03-14
614

715
If you're using cached versions of your data objects and don't clear this cache on deploy, now is the time since we've updated some internal structures.
@@ -71,6 +79,7 @@ SongData::factory()
7179

7280

7381

82+
7483
```
7584
#### Injecting property values
7685

@@ -86,6 +95,7 @@ class SongData extends Data {
8695

8796

8897

98+
8999
```
90100
#### Merging manual rules
91101

@@ -115,6 +125,7 @@ class SongData extends Data
115125

116126

117127

128+
118129
```
119130
#### New property mappers:
120131

0 commit comments

Comments
 (0)