Releases: DASPRiD/jsonapi-zod-query
Releases · DASPRiD/jsonapi-zod-query
v1.2.6
1.2.6 (2024-03-30)
Bug Fixes
- deserializer: append attributes and relationships to ResourceResult in a cleaner way (4ecbce1)
v1.2.5
1.2.5 (2024-03-20)
Bug Fixes
- deserializer: properly infer resource result for relationships (73e4f9d)
v1.2.4
1.2.4 (2024-03-19)
Bug Fixes
- adjust typings for relationship deserializers (fa85eda)
v1.2.3
1.2.3 (2024-02-16)
Bug Fixes
- build: set filename of build to index.js (1d09a04)
v1.2.2
1.2.2 (2024-02-15)
Bug Fixes
- deserializer: do not allow page params to be null (aec78e0)
v1.2.1
1.2.1 (2024-02-15)
Bug Fixes
- pagination: always return undfined when there's no link (882ffe9)
v1.2.0
1.2.0 (2024-02-15)
Bug Fixes
- remove createPaginatedCollectionSelector from index export (a496085)
Features
- move page param parsing into collection selector (a8416c4)
v1.1.2
1.1.2 (2024-02-15)
Bug Fixes
- selector: remove double type nesting (66f45cf)
v1.1.1
1.1.1 (2024-02-15)
Bug Fixes
- selector: infer data for collection DocumentResult (e54c82e)
v1.1.0
1.1.0 (2024-02-15)
Features
- allow proper JSON:API parsing (0af0eaa)