We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d21f2e commit 20f0ab7Copy full SHA for 20f0ab7
.changeset/true-pears-beam.md
packages/typed-openapi/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# typed-openapi
2
3
+## 1.5.1
4
+
5
+### Patch Changes
6
7
+- 4d21f2e: Allow transforming schema & endpoint names; automatically prevents generating reserved TS/JS keyords names
8
9
+ Fix https://github.com/astahmer/typed-openapi/issues/90
10
11
## 1.5.0
12
13
### Minor Changes
packages/typed-openapi/package.json
@@ -1,7 +1,7 @@
{
"name": "typed-openapi",
"type": "module",
- "version": "1.5.0",
+ "version": "1.5.1",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
0 commit comments