Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Releases: spatie/data-transfer-object

3.9.1

16 Sep 13:36
1df0906
Compare
Choose a tag to compare

What's Changed

  • Add test for "Cannot use positional argument after named argument during unpacking" error by @Kehet in #302
  • Fix positional after named by @aidan-casey in #304

New Contributors

Full Changelog: 3.9.0...3.9.1

3.9.0

14 Sep 11:39
488bef8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.1...3.9.0

3.8.1

02 Jun 20:31
83c04ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.8.0...3.8.1

3.8.0

02 Jun 18:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.3...3.8.0

3.7.3

10 Jan 13:44
341f72c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.2...3.7.3

1.14.1

15 Dec 07:25
Compare
Choose a tag to compare
  • Support PHP 8.1

Full Changelog: 1.14.0...1.14.1

2.8.4

07 Dec 08:37
167ebbe
Compare
Choose a tag to compare

What's Changed

  • Added tests for automatic casting of nullable nested array DTOs by @pikant in #168
  • Add Laravel Castable Data Transfer Object to External Tools section by @jessarcher in #170
  • Fix deprecation warnings on PHP 8.1 by @Nielsvanpach in #260

New Contributors

Full Changelog: 2.8.3...2.8.4

3.7.2

17 Sep 04:04
Compare
Choose a tag to compare
  • #[Strict] is passed down the inheritance chain so children are strict when parent is strict (#239)

3.7.1

09 Sep 09:36
Compare
Choose a tag to compare
  • Cast properties with self or parent type (#236)

1.14.0

31 Aug 06:13
Compare
Choose a tag to compare
  • Support PHP ^8.0