nestjs-knife4j-plus 1.0.8 → 1.0.9

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
@@ -59,6 +59,12 @@ then you can browse on [http://127.0.0.1:3000/doc.html](http://127.0.0.1:3000/do
59
59
  if you set customerPrefix, then in Knife4j UI, the path to access will be '/customerPrefix/doc.html'
60
60
 
61
61
  ## 📈 Changelog
62
+ ### [1.0.9] - 2026-05-15
63
+
64
+ #### 🐛 Fix
65
+
66
+ - **修复OAS3规范下allOf组合schema的响应示例解析能力**
67
+ - **Fix the issue with parsing response examples for allOf schema in OAS3.**
62
68
 
63
69
  ### [1.0.8] - 2026-05-12
64
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-knife4j-plus",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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",