honojs-middleware/packages/swagger-ui/CHANGELOG.md

63 lines
3.4 KiB
Markdown
Raw Permalink Normal View History

2023-11-04 17:25:02 +08:00
# @hono/swagger-ui
## 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
2024-11-26 07:29:37 +08:00
## 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
2024-08-25 10:47:04 +08:00
## 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
2024-07-10 09:23:42 +08:00
## 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
2024-06-20 05:27:30 +08:00
## 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
2024-04-30 19:43:32 +08:00
## 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.
2023-12-29 20:56:14 +08:00
## 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
2023-11-27 20:38:00 +08:00
## 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`.
2023-11-04 17:25:02 +08:00
## 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