Fractal v0.19.2 Release Notes
Release Date: 2020-01-24 // over 6 years ago-
- ๐ Support PHP 5.4 and 5.5 and 5.6 - #502 - thanks @KorvinSzanto
Previous changes from v0.18.0
-
โจ Enhancements
- ๐ Allow PHPUnit 7+ where available - Thanks @ramsey
- ๐ Changed the paginator to not call
$paginator->getPaginate()inPhalconFrameworkPaginatorAdapterconstructor - Thanks @niden - Output an object for
attributeswhen none are provided instead of an array inJsonApiSerializer- Thanks @BastianHofmann - Include
metakey for relationships inJsonApiSerializer- Thanks @rawaludin - ๐ Allow
selflink to override defaults inJsonApiSerializer- Thanks @biggator - Preserve numeric keys when converting
Scopes to arrays by using array union instead of array_merge - Thanks @andrewtweber - Output an object for
linkswhen none are provided instead of an array inArraySerializerpagination - Thanks @basavind - ๐ Allow arrays for field lists in
$fractal->parseFieldsets()- Thanks @flugger