Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-data
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 14, 2025
2 parents f27485e + 14a64d6 commit e00d790
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 4.13.1 - 2025-02-14

Allow Laravel 12

### What's Changed

* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-data/pull/940
* Add "laravel-data-json-schemas" to third party packages by @BasilLangevin in https://github.com/spatie/laravel-data/pull/943

### New Contributors

* @BasilLangevin made their first contribution in https://github.com/spatie/laravel-data/pull/943

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

## 4.13.0 - 2025-01-24

### What's Changed
Expand Down Expand Up @@ -35,6 +50,7 @@ SongData::factory()
->from(['title' => 'Never gonna give you up', 'artist' => 'Rick Astley']); // album will `null` instead of `Optional`



```
#### Injecting property values

Expand All @@ -47,6 +63,7 @@ class SongData extends Data {
}



```
#### Merging manual rules

Expand All @@ -73,6 +90,7 @@ class SongData extends Data
}



```
#### New property mappers:

Expand Down

0 comments on commit e00d790

Please sign in to comment.