From 8141c182407882c1400f794863aa28b9e915623a Mon Sep 17 00:00:00 2001 From: rubenvanassche Date: Fri, 9 Feb 2024 14:19:54 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85cb3f0a..b7eb3f1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-data` will be documented in this file. +## 4.0.1 - 2024-02-09 + +Laravel-data 4.0.0 was released 5 hours ago, time for an update! + +- Add support for a collection cast +- Make sure we check wether a value is Uncastable +- Fix issue where creating a data object from multiple payloads wasn't always consistent +- Allow disabling cache +- Refactor `PropertyRules` +- Fix issue where install on windows was impossible +- Fix types for map and through (#640) + ## 4.0.0 - Allow arrays, Collections, Paginators, ... to be used as DataCollections