Skip to content

Add multi-paginator plus validation bugfix

Compare
Choose a tag to compare
@lindyhopchris lindyhopchris released this 09 Feb 20:52
· 74 commits to develop since this release

Upgrading

composer require laravel-json-api/laravel --no-update
composer up "laravel-json-api/*"

Changelog

Added

  • New MultiPaginator that allows a schema to offer multiple different pagination strategies.

Fixed

  • The JSON:API rule validators for the follow query parameter fields all errored if a non-array value was provided. This is now fixed:
    • fields
    • page
    • filter