All Notable changes to laravel-fractal
will be documented in this file
- Added support for cursors
- The
Fractal
-class now implements theJsonSerializable
-interface
- Fixed a bug when passing a null value to parseIncludes
- Fixed bug when adding multiple includes in one go
- Fix for adding multiple includes in one go.
** this version contains a bug when adding multiple includes in one go, please upgrade to v1.7.3 **
- Fix for setting the default_serializer as an instantiation in Lumen
- Allow default_serializer to be set as an instantiation
- dependency version number of fractal in composer.json
- compatiblity with version v0.13 of Fractal
Please not that the output of JsonApiSerializer
has been changed in v0.13 of Fractal.
- Support for including meta data
- Pagination methods
- Custom resource names
- Support for Lumen
- Methods to use includes
- Create data method
- Made the
getResource
-function public
- Everything, initial release