1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0-beta.1 - 2021-08-27
Added
- Preliminary support for Extensions
- Support filtering by nested relationships/attributes (eg.
filter[relationship.attribute]=value) - Add new methods to Context object:
getApi,getPath,fieldRequested,meta - Eloquent adapter: apply scopes when including polymorphic relationships
- Laravel validation helper: support nested validation messages
- Allow configuration of sort and filter visibility
- Add new
setIdmethod toAdapterInterface
Changed
- Change paradigm for eager loading relationships; allow fields to return
Deferredvalues to be evaluated after all other fields, so that resource loading can be buffered. - Remove
onprefix from field event methods
Removed
- Removed
loadanddontLoadfield methods
Fixed
- Fix pagination next link appearing when it shouldn't