# @hono/swagger-ui

## 0.6.1

### Patch Changes

- [#1795](https://github.com/honojs/middleware/pull/1795) [`3ca0fab1f52dcbef755363ca43b94bb654de4bab`](https://github.com/honojs/middleware/commit/3ca0fab1f52dcbef755363ca43b94bb654de4bab) Thanks [@matzehecht](https://github.com/matzehecht)! - do not delete version and baseUrl from the passed swagger ui options ref

## 0.6.0

### Minor Changes

- [#1776](https://github.com/honojs/middleware/pull/1776) [`1844c8bc785b7cacc647d835d1374eb88d314823`](https://github.com/honojs/middleware/commit/1844c8bc785b7cacc647d835d1374eb88d314823) Thanks [@travzhang](https://github.com/travzhang)! - add support for custom CDN base URL in remoteAssets

## 0.5.3

### Patch Changes

- [#1662](https://github.com/honojs/middleware/pull/1662) [`c30771af4400990af2a30f55d2851a0af4e82206`](https://github.com/honojs/middleware/commit/c30771af4400990af2a30f55d2851a0af4e82206) Thanks [@stefanprobst](https://github.com/stefanprobst)! - serve swagger-ui with `<!doctype html>`

## 0.5.2

### Patch Changes

- [#1208](https://github.com/honojs/middleware/pull/1208) [`b8802e01b716843f1f9e913805a6a5abae22b0d8`](https://github.com/honojs/middleware/commit/b8802e01b716843f1f9e913805a6a5abae22b0d8) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit return types

## 0.5.1

### Patch Changes

- [#988](https://github.com/honojs/middleware/pull/988) [`708aa3510c9847194974e91de9f0f323da945773`](https://github.com/honojs/middleware/commit/708aa3510c9847194974e91de9f0f323da945773) Thanks [@Younis-Ahmed](https://github.com/Younis-Ahmed)! - - fix(swagger-ui): Handle undefined options and improve rendering logic for non-RENDER_TYPE_MAP edge cases
  - test(option-renderer): Add tests for filtering and handling invalid properties

## 0.5.0

### Minor Changes

- [#845](https://github.com/honojs/middleware/pull/845) [`934b3932c1c3fd54b22ff96ad1f9f8846ba9edc9`](https://github.com/honojs/middleware/commit/934b3932c1c3fd54b22ff96ad1f9f8846ba9edc9) Thanks [@rwv](https://github.com/rwv)! - customize html title for swagger-ui

## 0.4.1

### Patch Changes

- [#701](https://github.com/honojs/middleware/pull/701) [`32abe11a4ad67275e3a5e8767684f750d3f04a7a`](https://github.com/honojs/middleware/commit/32abe11a4ad67275e3a5e8767684f750d3f04a7a) Thanks [@rwv](https://github.com/rwv)! - perf: use jsdelivr instead of unpkg to serve swagger-ui assets

## 0.4.0

### Minor Changes

- [#618](https://github.com/honojs/middleware/pull/618) [`47be5c695662406c220346a741857872115ac0ae`](https://github.com/honojs/middleware/commit/47be5c695662406c220346a741857872115ac0ae) Thanks [@naporin0624](https://github.com/naporin0624)! - Add Full Configuration Parameters and Update Dependencies for 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

### Patch Changes

- [#488](https://github.com/honojs/middleware/pull/488) [`1cc5e0a5b07a14723c5d21ceea33ad9caef33025`](https://github.com/honojs/middleware/commit/1cc5e0a5b07a14723c5d21ceea33ad9caef33025) Thanks [@Frog-kt](https://github.com/Frog-kt)! - Fixed a part of deprecated response json method in hono since v4.

## 0.2.1

### Patch Changes

- [#329](https://github.com/honojs/middleware/pull/329) [`5b17228c0b3f7694f1b41bf9b55957f0eb5ee456`](https://github.com/honojs/middleware/commit/5b17228c0b3f7694f1b41bf9b55957f0eb5ee456) Thanks [@sor4chi](https://github.com/sor4chi)! - improve SwaggerUI middleware option's type support

## 0.2.0

### Minor Changes

- [#265](https://github.com/honojs/middleware/pull/265) [`2e69707`](https://github.com/honojs/middleware/commit/2e697077bfa74b7983a026fa8f50d54502784056) Thanks [@scarf005](https://github.com/scarf005)! - Added support for `persistAuthorization`.

## 0.1.0

### Minor Changes

- [#230](https://github.com/honojs/middleware/pull/230) [`c608fa9`](https://github.com/honojs/middleware/commit/c608fa95324cc06a0de1f4ec9b67202ea724c52d) Thanks [@sor4chi](https://github.com/sor4chi)! - Create a package that provides swagger ui in hono
