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 Apr 7, 2023
1 parent 557d4bf commit 322e71f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 3.4.0 - 2023-04-07

- Allow to fetch Lazy data properties in unified way (#403)

## 3.3.3 - 2023-04-03

- revert: Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (https://github.com/spatie/laravel-data/pull/393)
Expand Down Expand Up @@ -57,6 +61,7 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- - Allow referencing other fields in validation attributes when the data is nested
-
-
Expand All @@ -65,6 +70,7 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- - Allow referencing url parameters (and even model properties) in validation attributes
-
-
Expand All @@ -73,6 +79,7 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- - Allow circular dependencies when validating data
-
-
Expand All @@ -81,6 +88,7 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- - Add support for nested validation messages and attributes
-
-
Expand All @@ -90,6 +98,7 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- Package specific properties are renamed to avoid conflicts
- Serialization logic updated to only serialize your properties
- Prevent fatal error when passing a string containing only an integer to JSON Normalizer (#322)
Expand Down

0 comments on commit 322e71f

Please sign in to comment.