Skip to content

Releases: tenantcloud/php-data-transfer-objects

v2.0.0

02 Jul 15:48
832532f

Choose a tag to compare

What's Changed

  • Laravel 12 and PHP 8.4

BREAKING CHANGE

  • Requires Laravel 12 and PHP 8.4 or later. Support for older versions of Laravel and PHP has been dropped.

Full Changelog: v1.6.2...v2.0.0

v1.6.2

20 Jun 13:22

Choose a tag to compare

1.6.2 (2025-06-20)

Bug Fixes

  • Broken filling of default values (#27) (bec1f6e)

v1.6.1

20 Jun 13:04

Choose a tag to compare

1.6.1 (2025-06-20)

Bug Fixes

  • Fill migration DTO default values in from() (#26) (a0f78b8)

v1.6.0

20 Feb 15:17

Choose a tag to compare

1.6.0 (2025-02-20)

Features

  • Add missing value checks for migration dtos (#25) (ffb32c4)

v1.5.0

27 Jan 12:53

Choose a tag to compare

1.5.0 (2025-01-27)

Features

v1.4.1

04 Aug 13:43

Choose a tag to compare

1.4.1 (2024-08-04)

Bug Fixes

v1.4.0

25 Apr 12:53

Choose a tag to compare

1.4.0 (2024-04-25)

Features

v1.3.0

05 Jul 15:56
3302d22

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...v1.3.0

1.2.1

08 Dec 13:28
b1028ae

Choose a tag to compare

fix: Allow php-standard 2.0 (#11)

Fixed enum serialization with null values.

15 Jun 10:29
aa5f81b

Choose a tag to compare

1.2

Merge pull request #10 from tenantcloud/fix-null-value-enum-serializa…