All notable changes to fractalistic
will be documented in this file
- Refactor tests to pest by @AyoobMH in #63
- Add Dependabot Automation by @patinthehat in #64
- Bump actions/checkout from 2 to 3 by @dependabot in #66
- Add PHP 8.2 Support by @patinthehat in #65
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #69
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #70
- Fix Broken Badge by @SupianIDz in #71
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #72
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #73
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #77
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #78
- Test nested includes by @Mohammad-Alavi in #79
- Allow accessing the transformer by @Mohammad-Alavi in #80
- @AyoobMH made their first contribution in #63
- @patinthehat made their first contribution in #64
- @dependabot made their first contribution in #66
- @SupianIDz made their first contribution in #71
- @Mohammad-Alavi made their first contribution in #79
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.5...2.10.0
- Support nullable return by @Casperhr in #60
- @Casperhr made their first contribution in #60
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.4...2.9.5
- fixed comp issue by @lukasvy in #58
- @lukasvy made their first contribution in #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 #55
- @albertoarena made their first contribution in #55
Full Changelog: https://github.com/spatie/fractalistic/compare/2.9.2...2.9.3
- fix: Php 8.1 support by @AlexJezior in #53
- @AlexJezior made their first contribution in #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