Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Saritasa/php-transformers

1.2.2

02 Aug 12:30
20d2451

Choose a tag to compare

Declare compatibility with Laravel 11

1.2.1

21 Jan 10:54

Choose a tag to compare

  • Fix ObjectFieldsTransformer on PHP 7.2+
  • Add 7.3, 7.4 environments to test on Travis CI

1.2.0

21 Jan 10:23

Choose a tag to compare

Declare compatibility with Laravel 6

1.1.0

22 Mar 16:37
95fa95a

Choose a tag to compare

  • Format passed into array dates in BaseTransformer. Previous version formats only dates in model
  • Resolve issue with $hidden and $visible arrays of fields in model. Previously only $hidden was taken into account

1.0.17

13 Feb 06:12

Choose a tag to compare

Require saritasa/php-common after extracting base Dto class

1.0.16

09 Feb 13:21

Choose a tag to compare

Require newer version of league/fractal

1.0.15

09 Feb 13:13

Choose a tag to compare

  • DtoModel extends Saritasa\Dto (previously was self-sufficient)
  • NotSupportedException is deprecated. Use Saritasa\NotImplementedException instead

1.0.14

18 Jan 09:10

Choose a tag to compare

Do not require minimum-stability of packages

1.0.13

17 Jan 15:08

Choose a tag to compare

1.0.12

02 Nov 07:01
93895de

Choose a tag to compare

Add NotSupportedException.
Using in the DtoModel the Saritasa\Transformers\Exceptions\NotSupportedException instead the League\Flysystem\NotSupportedException.