All notable changes to fractalistic
will be documented in this file
- Refactor tests to pest by @AyoobMH in spatie#63
- Add Dependabot Automation by @patinthehat in spatie#64
- Bump actions/checkout from 2 to 3 by @dependabot in spatie#66
- Add PHP 8.2 Support by @patinthehat in spatie#65
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie#69
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in spatie#70
- Fix Broken Badge by @SupianIDz in spatie#71
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in spatie#72
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in spatie#73
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in spatie#77
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in spatie#78
- Test nested includes by @Mohammad-Alavi in spatie#79
- Allow accessing the transformer by @Mohammad-Alavi in spatie#80
- @AyoobMH made their first contribution in spatie#63
- @patinthehat made their first contribution in spatie#64
- @dependabot made their first contribution in spatie#66
- @SupianIDz made their first contribution in spatie#71
- @Mohammad-Alavi made their first contribution in spatie#79
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.5...2.10.0
- Support nullable return by @Casperhr in spatie#60
- @Casperhr made their first contribution in spatie#60
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.4...2.9.5
- fixed comp issue by @lukasvy in spatie#58
- @lukasvy made their first contribution in spatie#58
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.3...2.9.4
- Fix: make jsonSerialize backward compatibile with PHP 7.4 by @albertoarena in spatie#55
- @albertoarena made their first contribution in spatie#55
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.2...2.9.3
- fix: Php 8.1 support by @AlexJezior in spatie#53
- @AlexJezior made their first contribution in spatie#53
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.1...2.9.2
- add support for PHP 8
- add support for Fractal 0.18
- drop support for Fractal 0.17
- add support for Fractal 0.18
- drop support for Fractal 0.17
- set the scope identifier when creating the scope (see #39)
- remove PHP 5.6 from composer.json
- add
getResourceName
- add
primitive
method
- add support for Fractal 0.17
- allow classnames for transformer and serializers
- fix ability to define collection & item after resource name
- fix bug when passing empty arrays to collections
- add support for
NullResource
- add sparse fieldset support
- fix for bug where recursion limit would not be used
- add
setRecursionLimit
- added compatibility with fractal
0.16
- allow fractal
0.15
- this version was wrongly tagged and contains the same code as
1.0.0
- initial release