# Changelog

All notable changes to `fractalistic` will be documented in this file

## 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
