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 16, 2023
1 parent eb323c6 commit da6ee60
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.1.3 - 2023-03-16

- Performance improvements

## 3.1.2 - 2023-03-10

- Fix issue where promoted protected constructor parameters were seen as possible property canidates
Expand All @@ -28,19 +32,24 @@ All notable changes to `laravel-data` will be documented in this file.
- - Add support for nested nullable and optional data objects
-
-
-
- - 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 da6ee60

Please sign in to comment.