Releases · Saritasa/php-transformers
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
1.2.2
Declare compatibility with Laravel 11
1.2.1
- Fix ObjectFieldsTransformer on PHP 7.2+
- Add 7.3, 7.4 environments to test on Travis CI
1.2.0
Declare compatibility with Laravel 6
1.1.0
- Format passed into array dates in BaseTransformer. Previous version formats only dates in model
- Resolve issue with
$hiddenand$visiblearrays of fields in model. Previously only$hiddenwas taken into account
1.0.17
Require saritasa/php-common after extracting base Dto class
1.0.16
Require newer version of league/fractal
1.0.15
- DtoModel extends Saritasa\Dto (previously was self-sufficient)
- NotSupportedException is deprecated. Use Saritasa\NotImplementedException instead
1.0.14
Do not require minimum-stability of packages
1.0.13
1.0.12
Add NotSupportedException.
Using in the DtoModel the Saritasa\Transformers\Exceptions\NotSupportedException instead the League\Flysystem\NotSupportedException.