v1.0.0-alpha.2
Pre-release
Pre-release
·
106 commits
to main
since this release
Added
- Finish Laravel integration
- Add basic field schema configuration in preparation for OpenAPI generation
- Add
Context::$query
to access the query used in theIndex
endpoint - Add
Context::fieldRequested()
andContext::sortRequested()
methods - Add
BooleanDateTime
attribute for exposing internal date-time values as booleans - Improve error sources in Bad Request errors
- Add a performance benchmark
Changed
- Add
void
return type toFilter::apply()
signature
Fixed
- Fix typed attribute values being deserialized and always passing validation
- Fix visibility callback result not being cast to a boolean
- Fix
Integer
incorrectly not extendingNumber
- Fix empty to-many relationships not being present in the response at all
- Fix TypeError when removing non-nullable to-one relationship
(#74)