Releases: astahmer/typed-openapi
Releases · astahmer/typed-openapi
typed-openapi@0.10.1
Patch Changes
- dd91027: Move changesets to devDeps
typed-openapi@0.10.0
typed-openapi@0.9.0
Minor Changes
-
b122616: Add requestFormat property to endpoint schema.
- json
- form-data
- form-url
- binary
- text
typed-openapi@0.8.0
Minor Changes
- d260cd4: Fix zod and yup runtime generated endpoint schema type errors due to long operationId
typed-openapi@0.7.0
Minor Changes
- cf83e52: Add type cast in ApiClient methods to match the desired type
typed-openapi@0.6.0
Minor Changes
-
c5daa58: Upgraded codegen dependency to provide newer runtime validator output
This is a BREAKING CHANGE for valibot/yup users
typed-openapi@0.5.0
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.
typed-openapi@0.4.1
Patch Changes
- 4fac0aa: Fix typecast in zod-based ApiClient methods
typed-openapi@0.4.0
Minor Changes
- ffcdaa7: zod-runtime: add typecast in ApiClient methods to match the desired type