Skip to content

Releases: DASPRiD/jsonapi-zod-query

v2.1.1

17 Oct 13:50
Compare
Choose a tag to compare

2.1.1 (2024-10-17)

Bug Fixes

  • deserializer: apply concrete type while avoiding circular dependency (7ac1a8b)

v2.1.0

17 Oct 13:39
Compare
Choose a tag to compare

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

21 May 12:08
Compare
Choose a tag to compare

2.0.1 (2024-05-21)

Bug Fixes

  • deserializer: infer output from TLinksSchema (24402b2)

v2.0.0

14 May 18:25
Compare
Choose a tag to compare

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

13 May 15:39
Compare
Choose a tag to compare

1.6.0 (2024-05-13)

Features

  • export collection page params type (1f6d398)

v1.5.1

28 Apr 19:46
Compare
Choose a tag to compare

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

22 Apr 15:41
Compare
Choose a tag to compare

1.5.0 (2024-04-22)

Features

v1.4.1

22 Apr 14:17
Compare
Choose a tag to compare

1.4.1 (2024-04-22)

Bug Fixes

  • set defaults for ResourceDeserializer type (d46e01f)

v1.4.0

22 Apr 13:51
Compare
Choose a tag to compare

1.4.0 (2024-04-22)

Features

  • allow specifying document meta schema (33f7152)

v1.3.0

15 Apr 11:11
Compare
Choose a tag to compare

1.3.0 (2024-04-15)

Features

  • export additional types from deserializer (5459078)