Fractal v0.19.2 Release Notes
Release Date: 2020-01-24 // almost 5 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()
inPhalconFrameworkPaginatorAdapter
constructor - Thanks @niden - Output an object for
attributes
when none are provided instead of an array inJsonApiSerializer
- Thanks @BastianHofmann - Include
meta
key for relationships inJsonApiSerializer
- Thanks @rawaludin - ๐ Allow
self
link to override defaults inJsonApiSerializer
- Thanks @biggator - Preserve numeric keys when converting
Scope
s to arrays by using array union instead of array_merge - Thanks @andrewtweber - Output an object for
links
when none are provided instead of an array inArraySerializer
pagination - Thanks @basavind - ๐ Allow arrays for field lists in
$fractal->parseFieldsets()
- Thanks @flugger