Releases: astahmer/typed-openapi
Releases · astahmer/typed-openapi
[email protected]
Minor Changes
-
b122616: Add requestFormat property to endpoint schema.
- json
- form-data
- form-url
- binary
- text
[email protected]
Minor Changes
- d260cd4: Fix zod and yup runtime generated endpoint schema type errors due to long operationId
[email protected]
Minor Changes
- cf83e52: Add type cast in ApiClient methods to match the desired type
[email protected]
Minor Changes
-
c5daa58: Upgraded codegen dependency to provide newer runtime validator output
This is a BREAKING CHANGE for valibot/yup users
[email protected]
Minor Changes
-
Allow for finer marking of optional parameters Current behavior allows only for marking all parameters as optional,
or none.This change checks first if all parameters are optional, keeping the old behavior if that's the case, otherwise
iterates through the parameters to mark only those that should be optional from the OpenAPI spec.
[email protected]
Patch Changes
- 4fac0aa: Fix typecast in zod-based ApiClient methods
[email protected]
Minor Changes
- ffcdaa7: zod-runtime: add typecast in ApiClient methods to match the desired type
[email protected]
[email protected]
[email protected]
Patch Changes
- 7f0ecd4: fix: query/path/headers parameters are all marked as required if one of them is required