Version Packages (#586)

pull/592/head @hono/swagger-ui@0.3.0
github-actions[bot] 2024-06-20 06:27:30 +09:00 committed by GitHub
parent 414715b0d3
commit 352e74fcbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': minor
---
Added support for `defaultModelsExpandDepth`, `defaultModelExpandDepth`, `defaultModelRendering`, `displayRequestDuration`, `filter`, `showExtensions`, and `showCommonExtensions` configuration options

View File

@ -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

View File

@ -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",