Releases: DASPRiD/koa-jsonapi-zod
Releases · DASPRiD/koa-jsonapi-zod
v3.7.0
3.7.0 (2025-04-11)
Features
- allow associating metadata with entities (1be3981)
- request: allow unions of normal and client resource identifier schemas (bc1824e)
v3.6.0
3.6.0 (2025-04-01)
Features
- add parseRelationshipUpdateRequest function (8dd6c19)
v3.5.2
3.5.2 (2025-03-29)
Bug Fixes
- make includedTypeSchemas optional (2edd8a7)
v3.5.1
3.5.1 (2025-03-23)
Bug Fixes
- request: rename incorrectly named includedTypes to includedTypeSchemas (f8c1e8e)
v3.5.0
3.5.0 (2025-03-23)
Features
- request: add support for included resources (6bacc15)
v3.4.0
3.4.0 (2025-03-22)
Features
- export relationship schema types (69973d4)
v3.3.0
3.3.0 (2025-03-22)
Features
- export resource identifier schema types (cfd49ed)
v3.2.5
3.2.5 (2024-11-27)
Bug Fixes
- catch custom 400 errors emitted by koa-bodyparser (6b2a3ac)
v3.2.4
3.2.4 (2024-10-10)
Bug Fixes
- middleware: return proper 400 response when failing to parse accept header (95f6220)
v3.2.3
3.2.3 (2024-07-01)
Bug Fixes
- skip whitespace after encountering media type separator without parameters (16bd1a3)