Releases: timacdonald/json-api
Releases · timacdonald/json-api
v1.0.0-beta.7
See the upgrade guide.
What's Changed
- Removed typo users's by @fadkeabhi in #43
- Laravel 11.x Compatibility by @laravel-shift in #49
- Internal refactorings
New Contributors
- @fadkeabhi made their first contribution in #43
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
See the upgrade guide.
What's Changed
- Fix including deeply nested relationships @timacdonald in e78b155
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
See the upgrade guide.
What's Changed
- Strip empty properties by @timacdonald in #40
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
See the upgrade guide.
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #24
New Contributors
- @laravel-shift made their first contribution in #24
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
v1.0.0-beta.2
See the upgrade guide.
What's Changed
- Fix for included collection with numeric keys by @snellingio in #14
- Require illuminate dependencies and drop full laravel framework by @DannyvdSluijs in #17
New Contributors
- @snellingio made their first contribution in #14
- @DannyvdSluijs made their first contribution in #17
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
Full Changelog: v0.2.1...v1.0.0-beta.1
See the upgrade guide.
v0.2.1
What's Changed
- Support Laravel
^9.0
by @mbanusic in #8 - Run CI linting against PHP
8.1
- Adjustments dev dependency setup
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Merge pull request #7 from timacdonald/relationship-helper Just a bunch of mooooare stuff
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.