nestjs-knife4j-plus 1.0.3 → 1.0.4
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
CHANGED
|
@@ -57,6 +57,14 @@ then you can browse on [http://127.0.0.1:3000/doc.html](http://127.0.0.1:3000/do
|
|
|
57
57
|
|
|
58
58
|
## 📈 Changelog
|
|
59
59
|
|
|
60
|
+
### [1.0.4] - 2026-01-12
|
|
61
|
+
|
|
62
|
+
#### 🐛 Fix
|
|
63
|
+
|
|
64
|
+
- **修复多文件上传无法正常解析问题**
|
|
65
|
+
|
|
66
|
+
- **Fix multiple file uploads cannot be parsed correctly**
|
|
67
|
+
|
|
60
68
|
### [1.0.2] — 2025-12-19
|
|
61
69
|
|
|
62
70
|
#### ✨ Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-knife4j-plus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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",
|