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 3, 2023
1 parent 4cbeb63 commit d8b7e25
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.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)

## 3.2.2 - 2023-03-30

- Fix issue when validating and creating a data object was impossible to use magic creation methods
Expand Down Expand Up @@ -52,27 +56,31 @@ All notable changes to `laravel-data` will be documented in this file.
-
-
-
-
- - Allow referencing other fields in validation attributes when the data is nested
-
-
-
-
-
-
-
- - Allow referencing url parameters (and even model properties) in validation attributes
-
-
-
-
-
-
-
- - Allow circular dependencies when validating data
-
-
-
-
-
-
-
- - Add support for nested validation messages and attributes
-
-
Expand All @@ -81,6 +89,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 d8b7e25

Please sign in to comment.