Skip to content

Commit 91c7b4f

Browse files
committed
Update changelog
1 parent 71d0b0d commit 91c7b4f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)