diff --git a/CHANGELOG.md b/CHANGELOG.md index 183d75fc..81a47c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -52,6 +56,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 - - @@ -59,6 +64,7 @@ All notable changes to `laravel-data` will be documented in this file. - - - +- - - Allow referencing url parameters (and even model properties) in validation attributes - - @@ -66,6 +72,7 @@ All notable changes to `laravel-data` will be documented in this file. - - - +- - - Allow circular dependencies when validating data - - @@ -73,6 +80,7 @@ All notable changes to `laravel-data` will be documented in this file. - - - +- - - Add support for nested validation messages and attributes - - @@ -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)