tangled
alpha
login
or
join now
mokkenstorm.dev
/
openapi-ts
0
fork
atom
fork of hey-api/openapi-ts because I need some additional things
0
fork
atom
overview
issues
pulls
pipelines
ci: release
github-actions[bot]
4 months ago
6d1bced4
1cbf85fe
+16
-17
7 changed files
expand all
collapse all
unified
split
.changeset
eleven-pillows-bathe.md
old-pianos-beg.md
wet-vans-taste.md
docs
CHANGELOG.md
package.json
packages
openapi-ts
CHANGELOG.md
package.json
-5
.changeset/eleven-pillows-bathe.md
···
1
1
-
---
2
2
-
'@hey-api/openapi-ts': patch
3
3
-
---
4
4
-
5
5
-
fix(typescript): remove legacy options
-5
.changeset/old-pianos-beg.md
···
1
1
-
---
2
2
-
"@docs/openapi-ts": patch
3
3
-
---
4
4
-
5
5
-
docs: add bigint section to transformers
-5
.changeset/wet-vans-taste.md
···
1
1
-
---
2
2
-
'@hey-api/openapi-ts': patch
3
3
-
---
4
4
-
5
5
-
fix(tanstack-query): correctly access instantiated SDKs
+6
docs/CHANGELOG.md
···
1
1
# @docs/openapi-ts
2
2
3
3
+
## 0.10.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- docs: add bigint section to transformers ([#2865](https://github.com/hey-api/openapi-ts/pull/2865)) ([`ba4d9bf`](https://github.com/hey-api/openapi-ts/commit/ba4d9bf603d8c897016fd1775d13e184111ace17)) by [@wn-mitch](https://github.com/wn-mitch)
8
8
+
3
9
## 0.10.3
4
10
5
11
### Patch Changes
+1
-1
docs/package.json
···
1
1
{
2
2
"name": "@docs/openapi-ts",
3
3
-
"version": "0.10.3",
3
3
+
"version": "0.10.4",
4
4
"description": "Documentation for OpenaAPI TypeScript.",
5
5
"private": true,
6
6
"type": "module",
+8
packages/openapi-ts/CHANGELOG.md
···
1
1
# @hey-api/openapi-ts
2
2
3
3
+
## 0.87.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- fix(typescript): remove legacy options ([#2929](https://github.com/hey-api/openapi-ts/pull/2929)) ([`97c1f0e`](https://github.com/hey-api/openapi-ts/commit/97c1f0e94f8eb8ca2d74f4f5ebe51a53f347641b)) by [@mrlubos](https://github.com/mrlubos)
8
8
+
9
9
+
- fix(tanstack-query): correctly access instantiated SDKs ([#2939](https://github.com/hey-api/openapi-ts/pull/2939)) ([`01a1fb4`](https://github.com/hey-api/openapi-ts/commit/01a1fb48a2e2d4e14a33cf3e81b44b5fad76e72a)) by [@mrlubos](https://github.com/mrlubos)
10
10
+
3
11
## 0.87.0
4
12
5
13
### Minor Changes
+1
-1
packages/openapi-ts/package.json
···
1
1
{
2
2
"name": "@hey-api/openapi-ts",
3
3
-
"version": "0.87.0",
3
3
+
"version": "0.87.1",
4
4
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
"homepage": "https://heyapi.dev/",
6
6
"repository": {