Skip to content

Commit 460d159

Browse files
committed
📘 doc: update release note for 1.4.10
1 parent 4d2d665 commit 460d159

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# 1.4.10 - 22 Sep 2025
22
Improvement:
33
- populate params from path when no schema is provided
4-
- accept operationId from detail
54
- type gen: accept number as path segment
6-
- add test case for type gen, and OpenAPI schema
75
- when failed to convert type to OpenAPI, log the error and continue
86
- type gen: use `process.getBuiltinModule` to import native node module conditionally
97
- type gen: `fromTypes` now accept direct declaration
108
- export `fromTypes` from index
11-
- [#230](https://github.com/elysiajs/elysia-openapi/issues/230) do not inline Response if is Cloudflare Worker
9+
- add test case for type gen, and OpenAPI schema
1210

1311
Bug fix:
1412
- [#226](https://github.com/elysiajs/elysia-openapi/issues/266) accept operationId
13+
- [#230](https://github.com/elysiajs/elysia-openapi/issues/230) do not inline Response if is Cloudflare Worker
1514

1615
# 1.4.9 - 21 Sep 2025
1716
Improvement:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/openapi",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "Plugin for Elysia to auto-generate API documentation",
55
"author": {
66
"name": "saltyAom",

0 commit comments

Comments
 (0)