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 2, 2023
1 parent ef671d7 commit a00ec3f
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.1.1 - 2023-03-02

- Add WithCastable attribute (#349)
- Quote non-standard object keys when transforming to Typescript (#367)

## 3.1.0 - 2023-02-10

- Allow filling props from route parameters (#341)
Expand All @@ -14,11 +19,16 @@ All notable changes to `laravel-data` will be documented in this file.

- The validation logic is completely rewritten
- - 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 a00ec3f

Please sign in to comment.