parent
414715b0d3
commit
352e74fcbe
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/swagger-ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added support for `defaultModelsExpandDepth`, `defaultModelExpandDepth`, `defaultModelRendering`, `displayRequestDuration`, `filter`, `showExtensions`, and `showCommonExtensions` configuration options
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/swagger-ui
|
# @hono/swagger-ui
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#585](https://github.com/honojs/middleware/pull/585) [`414715b0d35f05c050377cb9d6b58dfa8bf8dba3`](https://github.com/honojs/middleware/commit/414715b0d35f05c050377cb9d6b58dfa8bf8dba3) Thanks [@gitblit](https://github.com/gitblit)! - Added support for `defaultModelsExpandDepth`, `defaultModelExpandDepth`, `defaultModelRendering`, `displayRequestDuration`, `filter`, `showExtensions`, and `showCommonExtensions` configuration options
|
||||||
|
|
||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/swagger-ui",
|
"name": "@hono/swagger-ui",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"description": "A middleware for using SwaggerUI in Hono",
|
"description": "A middleware for using SwaggerUI in Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue