Releases: hey-api/openapi-ts
@hey-api/[email protected]
Minor Changes
- feat: tree-shakeable services (#602)
@hey-api/[email protected]
Minor Changes
- feat: initial release (#602)
@hey-api/[email protected]
Patch Changes
- fix: use generated types in request object instead of inlined duplicated params (#582)
@hey-api/[email protected]
@hey-api/[email protected]
@hey-api/[email protected]
Patch Changes
- fix: deduplicate exported data and response types (#538)
@hey-api/[email protected]
@hey-api/[email protected]
Minor Changes
- feat: remove enum postfix, use typescript enums in types when generated, export enums from types.gen.ts (#498)
Patch Changes
-
fix: negative numbers in numeric enums (#470)
-
fix: escape keys in schemas starting with digit but containing non-digit characters (#502)
-
fix: issue causing code to not generate (t.filter is not a function) (#507)
-
fix: handle additional properties union (#499)
-
fix: do not export inline enums (#508)
-
fix: prefix parameter type exports to avoid conflicts (#501)
-
fix: export operation data and response types (#500)
-
fix: handle cases where packages are installed globally (#471)
-
fix: handle cases where package.json does not exist (#471)
@hey-api/[email protected]
Patch Changes
- fix: properly set formData and body when using options (#461)
@hey-api/[email protected]
Minor Changes
-
change: config option
lint: true
has changed tolint: 'eslint'
(#455) -
change: disable formatting with prettier by default (#457)
-
feat: add support for biomejs as a formatter (#455)
-
feat: move operationId config option to services object (#441)
-
feat: add operation error type mappings (#442)
-
feat: add support for biomejs as a linter (#455)
-
change: config option
format: true
has changed toformat: 'prettier'
(#455)