v1.0.0-alpha.2
Pre-release
Pre-release
·
163 commits
to main
since this release
Added
- Finish Laravel integration
- Add basic field schema configuration in preparation for OpenAPI generation
- Add
Context::$queryto access the query used in theIndexendpoint - Add
Context::fieldRequested()andContext::sortRequested()methods - Add
BooleanDateTimeattribute for exposing internal date-time values as booleans - Improve error sources in Bad Request errors
- Add a performance benchmark
Changed
- Add
voidreturn 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
Integerincorrectly 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)