Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Jan 24, 2025
1 parent 64fe302 commit d3d5b6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 4.13.0 - 2025-01-24

### What's Changed

* Auto lazy by @rubenvanassche in https://github.com/spatie/laravel-data/pull/831

**Full Changelog**: https://github.com/spatie/laravel-data/compare/4.12.0...4.13.0

## 4.12.0 - 2025-01-24

What a release! Probably to biggest minor release we've ever done!
Expand All @@ -26,6 +34,7 @@ SongData::factory()
->withoutOptionalValues()
->from(['title' => 'Never gonna give you up', 'artist' => 'Rick Astley']); // album will `null` instead of `Optional`


```
#### Injecting property values

Expand All @@ -37,6 +46,7 @@ class SongData extends Data {
public UserData $user;
}


```
#### Merging manual rules

Expand All @@ -62,6 +72,7 @@ class SongData extends Data
}
}


```
#### New property mappers:

Expand Down

0 comments on commit d3d5b6c

Please sign in to comment.