Skip to content

Latest commit

 

History

History
151 lines (66 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

151 lines (66 loc) · 5.59 KB

2.0.1 (2024-05-21)

Bug Fixes

  • deserializer: infer output from TLinksSchema (24402b2)

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.

1.6.0 (2024-05-13)

Features

  • export collection page params type (1f6d398)

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)

1.5.0 (2024-04-22)

Features

1.4.1 (2024-04-22)

Bug Fixes

  • set defaults for ResourceDeserializer type (d46e01f)

1.4.0 (2024-04-22)

Features

  • allow specifying document meta schema (33f7152)

1.3.0 (2024-04-15)

Features

  • export additional types from deserializer (5459078)

1.2.6 (2024-03-30)

Bug Fixes

  • deserializer: append attributes and relationships to ResourceResult in a cleaner way (4ecbce1)

1.2.5 (2024-03-20)

Bug Fixes

  • deserializer: properly infer resource result for relationships (73e4f9d)

1.2.4 (2024-03-19)

Bug Fixes

  • adjust typings for relationship deserializers (fa85eda)

1.2.3 (2024-02-16)

Bug Fixes

  • build: set filename of build to index.js (1d09a04)

1.2.2 (2024-02-15)

Bug Fixes

  • deserializer: do not allow page params to be null (aec78e0)

1.2.1 (2024-02-15)

Bug Fixes

  • pagination: always return undfined when there's no link (882ffe9)

1.2.0 (2024-02-15)

Bug Fixes

  • remove createPaginatedCollectionSelector from index export (a496085)

Features

  • move page param parsing into collection selector (a8416c4)

1.1.2 (2024-02-15)

Bug Fixes

  • selector: remove double type nesting (66f45cf)

1.1.1 (2024-02-15)

Bug Fixes

  • selector: infer data for collection DocumentResult (e54c82e)

1.1.0 (2024-02-15)

Features

  • allow proper JSON:API parsing (0af0eaa)

1.0.1 (2024-02-01)

Bug Fixes

  • include module and types properties in package.json (757dff2)

1.0.0 (2024-01-31)

Features