@vegamo/loom 0.1.3 → 0.1.5
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 -1
- package/dist/view/public/bundle.js +3626 -82652
- package/dist/view/public/bundle.js.map +4 -4
- package/dist/view/server.d.ts.map +1 -1
- package/dist/view/server.js.map +1 -1
- package/package.json +1 -5
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ Options:
|
|
|
165
165
|
- 📁 Module browsing with endpoint counts
|
|
166
166
|
- 🧩 Entity browsing from `docs/entities`
|
|
167
167
|
- 🔍 Real-time search across modules and endpoints
|
|
168
|
-
- 📊
|
|
168
|
+
- 📊 Swagger-like schema table viewer for all request/response sections (query params, path params, headers, body)
|
|
169
169
|
- 🔗 `x-entity-ref` auto-resolve in endpoint request/response rendering
|
|
170
170
|
- 🎨 Clean, responsive UI with dark sidebar
|
|
171
171
|
- 🔗 Direct links to specific endpoints
|
|
@@ -424,6 +424,14 @@ Package configuration:
|
|
|
424
424
|
- `.npmignore` excludes source files and development artifacts
|
|
425
425
|
- All runtime dependencies are correctly specified
|
|
426
426
|
|
|
427
|
+
## 📋 Changelog
|
|
428
|
+
|
|
429
|
+
### v0.1.4
|
|
430
|
+
- **Fixed**: Query parameters, path parameters, and headers for GET endpoints now display correctly in the Web Viewer
|
|
431
|
+
- **Improved**: All request/response sections use a consistent Swagger-like table view (SchemaTableViewer) with type badges, constraints, and expand/collapse support
|
|
432
|
+
- **Fixed**: Duplicate `setNotFoundHandler` error when starting the Web Viewer (`loom view`) or combined server (`loom serve`)
|
|
433
|
+
- **Removed**: Broken `@stoplight/json-schema-viewer` dependency (incompatible with React 19)
|
|
434
|
+
|
|
427
435
|
## 🤝 Contributing
|
|
428
436
|
|
|
429
437
|
Contributions are welcome! Please follow these steps:
|