Releases: timacdonald/json-api
Releases · timacdonald/json-api
v0.1.5
- PHP 8.1 support.
- Type and Id resolvers now receive the
$request
. - Support for
PotentiallyMissing
via the standard$this->when($condition, $value, $default)
. - Optimise Includes and Fields caching for a single requests, but continue to support multiple.
v0.1.4
- PHP 7.4 support
- Improve type and id caching for user-land
toType
andtoId
overrides.
Enjoy @FatBoyXPC 😘
v0.1.3
- Remove dependence on
symfony/http-kernel
v0.1.2
- Improve performance by caching "id" and "type" on each resource.
v0.1.1
- Handle non-"JSON:API resource" relationships.
v0.1.0
- Initial release.