Releases: DASPRiD/jsonapi-zod-query
Releases · DASPRiD/jsonapi-zod-query
v2.1.1
2.1.1 (2024-10-17)
Bug Fixes
- deserializer: apply concrete type while avoiding circular dependency (7ac1a8b)
v2.1.0
2.1.0 (2024-10-17)
Bug Fixes
- allow AnyResourceDeserializer to know about the generic include type (fd70013)
Features
- expose AnyRelationshipDeserializer type (454bb5f)
v2.0.1
2.0.1 (2024-05-21)
Bug Fixes
- deserializer: infer output from TLinksSchema (24402b2)
v2.0.0
2.0.0 (2024-05-14)
Features
- refactor deserialization process (41b8b5d)
BREAKING CHANGES
- _links and _meta are now not included in resources by default
anymore.
v1.6.0
1.6.0 (2024-05-13)
Features
- export collection page params type (1f6d398)
v1.5.1
1.5.1 (2024-04-28)
Bug Fixes
- deserializer: handle inference of omitted deserializer properties (6c8793b)
- parser-schemas: assert return types for document schema creators (deca970)
v1.5.0
1.5.0 (2024-04-22)
Features
v1.4.1
1.4.1 (2024-04-22)
Bug Fixes
- set defaults for ResourceDeserializer type (d46e01f)
v1.4.0
1.4.0 (2024-04-22)
Features
- allow specifying document meta schema (33f7152)
v1.3.0
1.3.0 (2024-04-15)
Features
- export additional types from deserializer (5459078)