@quobix/vacuum 0.16.12 → 0.16.13
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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,14 @@ come say hi!
|
|
|
118
118
|
|
|
119
119
|
## Documentation
|
|
120
120
|
|
|
121
|
-
🔥 **New in** `v0.16
|
|
121
|
+
🔥 **New in** `v0.16.11` 🔥 : **Composed bundling mode**.
|
|
122
|
+
|
|
123
|
+
A different way to bundle exploded OpenAPI specifications into a single file. [Read the docs](https://quobix.com/vacuum/commands/bundle/).
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
`v0.16+` : **JSON 9535 Compliant**.
|
|
122
129
|
|
|
123
130
|
vacuum now expects JSON Path Queries to be [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) compliant. Finally standardized!
|
|
124
131
|
|