File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Finish Laravel integration
13+ - Add basic field schema configuration in preparation for OpenAPI generation
14+ - Add ` Context::$query ` to access the query used in the ` Index ` endpoint
15+ - Add ` Context::fieldRequested() ` and ` Context::sortRequested() ` methods
16+ - Add ` BooleanDateTime ` attribute for exposing internal date-time values as booleans
17+ - Improve error sources in Bad Request errors
18+ - Add a performance benchmark
19+
20+ ### Changed
21+
22+ - Add ` void ` return type to ` Filter::apply() ` signature
23+
24+ ### Fixed
25+
26+ - Fix typed attribute values being deserialized and always passing validation
27+ - Fix visibility callback result not being cast to a boolean
28+ - Fix ` Integer ` incorrectly not extending ` Number `
29+ - Fix empty to-many relationships not being present in the response at all
30+ - Fix TypeError when removing non-nullable to-one relationship
31+ ([ #74 ] ( https://github.com/tobyzerner/json-api-server/issues/74 ) )
32+
1033## [ 1.0.0-alpha.1] - 2023-06-21
1134
1235- ** New class-based API.** More ergonomic for managing large resource definitions and
You can’t perform that action at this time.
0 commit comments