🎉 feat: provenance publish

This commit is contained in:
saltyaom
2024-09-05 17:03:37 +07:00
parent 40c1267dbd
commit 7d005527b0
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# 1.1.2 - 5 Sep 2024
Feature:
- add provenance publish
# 1.1.1 - 12 Aug 2024 # 1.1.1 - 12 Aug 2024
Feature: Feature:
- add hide flag - add hide flag
@@ -62,9 +66,9 @@ Change:
Change: Change:
- Add support for Elysia 0.8 - Add support for Elysia 0.8
# 0.7.5 # 0.7.5
Improvement: Improvement:
- #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59 - #[59](https://github.com/elysiajs/elysia-swagger/pull/59) use relative path to swagger json #59
# 0.7.4 - 27 Oct 2023 # 0.7.4 - 27 Oct 2023
Improvement: Improvement:
@@ -81,7 +85,7 @@ Bug fix:
# 0.7.3 - 26 Sep 2023 # 0.7.3 - 26 Sep 2023
Feature: Feature:
- [#19](https://github.com/elysiajs/elysia-swagger/pull/19) feat: handle nullish response types - [#19](https://github.com/elysiajs/elysia-swagger/pull/19) feat: handle nullish response types
- [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options - [#18](https://github.com/elysiajs/elysia-swagger/pull/18) swagger ui options
Improvement: Improvement:

View File

@@ -1,6 +1,6 @@
{ {
"name": "@elysiajs/swagger", "name": "@elysiajs/swagger",
"version": "1.1.1", "version": "1.1.2",
"description": "Plugin for Elysia to auto-generate Swagger page", "description": "Plugin for Elysia to auto-generate Swagger page",
"author": { "author": {
"name": "saltyAom", "name": "saltyAom",