# Changelog All notable changes to `fractalistic` will be documented in this file ## 2.11.1 - 2026-02-21 Add Laravel 13 support ## 2.11.0 - 2025-01-27 ### What's Changed * Allow overriding resource classes by @Mohammad-Alavi in https://github.com/spatie/fractalistic/pull/84 * Update docblock by @Mohammad-Alavi in https://github.com/spatie/fractalistic/pull/83 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.10.1...2.11.0 ## 2.10.1 - 2025-01-20 ### What's Changed * Fix empty param bag by @Mohammad-Alavi in https://github.com/spatie/fractalistic/pull/82 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.10.0...2.10.1 ## 2.10.0 - 2024-12-17 ### What's Changed * Refactor tests to pest by @AyoobMH in https://github.com/spatie/fractalistic/pull/63 * Add Dependabot Automation by @patinthehat in https://github.com/spatie/fractalistic/pull/64 * Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/spatie/fractalistic/pull/66 * Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/fractalistic/pull/65 * Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/fractalistic/pull/69 * Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/fractalistic/pull/70 * Fix Broken Badge by @SupianIDz in https://github.com/spatie/fractalistic/pull/71 * Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/fractalistic/pull/72 * Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/fractalistic/pull/73 * Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in https://github.com/spatie/fractalistic/pull/77 * Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/fractalistic/pull/78 * Test nested includes by @Mohammad-Alavi in https://github.com/spatie/fractalistic/pull/79 * Allow accessing the transformer by @Mohammad-Alavi in https://github.com/spatie/fractalistic/pull/80 ### New Contributors * @AyoobMH made their first contribution in https://github.com/spatie/fractalistic/pull/63 * @patinthehat made their first contribution in https://github.com/spatie/fractalistic/pull/64 * @dependabot made their first contribution in https://github.com/spatie/fractalistic/pull/66 * @SupianIDz made their first contribution in https://github.com/spatie/fractalistic/pull/71 * @Mohammad-Alavi made their first contribution in https://github.com/spatie/fractalistic/pull/79 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.9.5...2.10.0 ## 2.9.5 - 2022-04-21 ## What's Changed - Support nullable return by @Casperhr in https://github.com/spatie/fractalistic/pull/60 ## New Contributors - @Casperhr made their first contribution in https://github.com/spatie/fractalistic/pull/60 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.9.4...2.9.5 ## 2.9.4 - 2022-04-12 ## What's Changed - fixed comp issue by @lukasvy in https://github.com/spatie/fractalistic/pull/58 ## New Contributors - @lukasvy made their first contribution in https://github.com/spatie/fractalistic/pull/58 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.9.3...2.9.4 ## 2.9.3 - 2022-03-20 ## What's Changed - Fix: make jsonSerialize backward compatibile with PHP 7.4 by @albertoarena in https://github.com/spatie/fractalistic/pull/55 ## New Contributors - @albertoarena made their first contribution in https://github.com/spatie/fractalistic/pull/55 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.9.2...2.9.3 ## 2.9.2 - 2022-03-18 ## What's Changed - fix: Php 8.1 support by @AlexJezior in https://github.com/spatie/fractalistic/pull/53 ## New Contributors - @AlexJezior made their first contribution in https://github.com/spatie/fractalistic/pull/53 **Full Changelog**: https://github.com/spatie/fractalistic/compare/2.9.1...2.9.2 ## 2.9.1 - 2020-11-12 - add support for PHP 8 ## 2.9.0 - 2020-01-31 - add support for Fractal 0.18 - drop support for Fractal 0.17 ## 2.8.0 - 2018-05-13 - add support for Fractal 0.18 - drop support for Fractal 0.17 ## 2.7.2 - 2018-10-08 - set the scope identifier when creating the scope (see #39) ## 2.7.1 - 2018-01-15 - remove PHP 5.6 from composer.json ## 2.7.0 - 2017-09-06 - add `getResourceName` ## 2.6.0 - 2017-09-06 - add `primitive` method ## 2.5.0 - 2017-08-19 - add support for Fractal 0.17 ## 2.4.0 - 2017-08-19 - allow classnames for transformer and serializers ## 2.3.2 - 2017-07-24 - fix ability to define collection & item after resource name ## 2.3.1 - 2017-07-22 - fix bug when passing empty arrays to collections ## 2.3.0 - 2017-07-03 - add support for `NullResource` ## 2.2.0 - 2017-05-29 - add sparse fieldset support ## 2.1.1 - 2017-05-10 - fix for bug where recursion limit would not be used ## 2.1.0 - 2017-05-02 - add `setRecursionLimit` ## 2.0.0 - 2017-04-26 - added compatibility with fractal `0.16` ## 1.0.2 - 2017-01-17 - allow fractal `0.15` ## 1.0.1 - 2017-01-17 - this version was wrongly tagged and contains the same code as `1.0.0` ## 1.0.0 - 2016-12-28 - initial release