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 Mar 24, 2023
1 parent b6b9d96 commit de7f02c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 3.2.1 - 2023-03-24

- Introduce FormRequestNormalizer (#380)
- Add support for models without all columns (#385)

## 3.2.0 - 2023-03-17

- Add benchmarks for testing data performance
Expand Down Expand Up @@ -39,27 +44,32 @@ 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
-
-
-
-
-
-
- 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 de7f02c

Please sign in to comment.