Skip to content

Releases: jessarcher/laravel-castable-data-transfer-object

v2.3.0

14 Mar 23:13
e3927fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

09 Aug 08:57
5e40602
Compare
Choose a tag to compare

Fixes a breaking change introduced in thecodingmachine/safe v2.2.3 (#16)

v2.2.0

25 Apr 12:36
e875ff8
Compare
Choose a tag to compare

Allow using DTO with default values when null database value (#13) by @daraghoshea

v2.1.0

09 Feb 11:07
aa8f6d8
Compare
Choose a tag to compare

Add support for Laravel 9 and PHP 8.1 thanks to @DanielGSoftware

v2.0.0

06 Apr 15:05
4b6015f
Compare
Choose a tag to compare

Changed

  • Support data-transfer-object v3 and drop support for PHP 7.4 (#6)
  • Implement Arrayable and Jsonable (#7)
  • Add support for passing flags to json_encode() and json_decode() (#8)

Special thanks to @jrmajor for all of the above!

v1.0.0

27 Nov 22:44
1e02006
Compare
Choose a tag to compare

It's time to declare a v1!

This also adds PHP 8 support thanks to @maksiuP (#2, #3)

v0.0.2

23 Oct 12:00
02b492a
Compare
Choose a tag to compare

Rename method argument to correctly match the interface and make the linter happy.

v0.0.1

22 Oct 07:44
Compare
Choose a tag to compare

Initial release