nestjs-knife4j-plus 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
- package/ui/assets/js/app.7c8e01ac.js +1 -0
- package/ui/doc.html +1 -1
- package/ui/assets/js/app.a9433cf2.js +0 -1
package/README.md
CHANGED
|
@@ -60,6 +60,15 @@ if you set customerPrefix, then in Knife4j UI, the path to access will be '/cust
|
|
|
60
60
|
|
|
61
61
|
## 📈 Changelog
|
|
62
62
|
|
|
63
|
+
### [1.0.6] - 2026-02-09
|
|
64
|
+
|
|
65
|
+
#### 🐛 Fix
|
|
66
|
+
- **修复在自定义路径前缀下访问 Knife4j UI 时,请求路径多一层path的问题**
|
|
67
|
+
|
|
68
|
+
- **Fix the issue of an extra layer of path in request paths when accessing the Knife4j UI under a custom path prefix**
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
63
72
|
### [1.0.5] - 2026-02-09
|
|
64
73
|
|
|
65
74
|
#### ✨ feature [issues/1](https://github.com/jkhuangfu/nestjs-knife4j-plus/issues/1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-knife4j-plus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "NestJS Knife4j integration for enhanced Swagger/OpenAPI documentation with support for both Express and Fastify adapters. Provides a powerful API documentation UI based on Knife4j.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|