File tree Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.9 (2024-12-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ** core:** support effect schema ([ #16 ] ( https://github.com/rhinobase/hono-openapi/pull/16 ) )
6
+ - ** sb:** added more endpoints ([ a407637] ( https://github.com/rhinobase/hono-openapi/commit/a407637 ) )
7
+ - ** core:** implmented the hide route functionality ([ 0d67ea3] ( https://github.com/rhinobase/hono-openapi/commit/0d67ea3 ) )
8
+ - ** core:** working on a new implementation ([ 752ce23] ( https://github.com/rhinobase/hono-openapi/commit/752ce23 ) )
9
+ - ** core:** added support for components ([ 3eb7d50] ( https://github.com/rhinobase/hono-openapi/commit/3eb7d50 ) )
10
+ - ** core:** added funtionality for docs and validation ([ d8dfaea] ( https://github.com/rhinobase/hono-openapi/commit/d8dfaea ) )
11
+ - ** core:** implmenting features ([ c8cacc3] ( https://github.com/rhinobase/hono-openapi/commit/c8cacc3 ) )
12
+ - ** sb:** init commit ([ 42977a6] ( https://github.com/rhinobase/hono-openapi/commit/42977a6 ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - resolved biome errors ([ 9f57d0f] ( https://github.com/rhinobase/hono-openapi/commit/9f57d0f ) )
17
+ - ** core:** resolved json to openapi conversion issue ([ 8e7407a] ( https://github.com/rhinobase/hono-openapi/commit/8e7407a ) )
18
+ - ** core:** improved the logic ([ b387733] ( https://github.com/rhinobase/hono-openapi/commit/b387733 ) )
19
+ - ** core:** corrected the base implmentation ([ a28fa26] ( https://github.com/rhinobase/hono-openapi/commit/a28fa26 ) )
20
+ - ** core:** removed validation ([ c4b8cf7] ( https://github.com/rhinobase/hono-openapi/commit/c4b8cf7 ) )
21
+ - ** core:** added resolvers ([ 0ae9fb7] ( https://github.com/rhinobase/hono-openapi/commit/0ae9fb7 ) )
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated core to 0.3.0
26
+
1
27
## 0.0.7 (2024-11-10)
2
28
3
29
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sandbox" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"scripts" : {
5
5
"serve" : " tsx watch src/index.ts"
6
6
},
12
12
"arktype" : " 2.0.0-rc.25" ,
13
13
"effect" : " ^3.11.3" ,
14
14
"hono" : " ^4.6.13" ,
15
- "hono-openapi" : " workspace:* " ,
15
+ "hono-openapi" : " 0.3.0 " ,
16
16
"valibot" : " ^1.0.0-beta.9" ,
17
17
"zod" : " ^3.23.8" ,
18
18
"zod-openapi" : " ^4.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hono-openapi" ,
3
3
"description" : " OpenAPI schema generator for Hono" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" hono" ,
You can’t perform that action at this time.
0 commit comments