@quobix/vacuum 0.16.14 → 0.17.0
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 +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,15 @@ come say hi!
|
|
|
118
118
|
|
|
119
119
|
## Documentation
|
|
120
120
|
|
|
121
|
-
🔥 **New in** `v0.
|
|
121
|
+
🔥 **New in** `v0.17` 🔥 : **Github Action**.
|
|
122
|
+
|
|
123
|
+
vacuum now has an official Github Action. [Read the docs](https://quobix.com/vacuum/github-action/), or check it out
|
|
124
|
+
in the [GitHub Marketplace](https://github.com/marketplace/actions/vacuum-openapi-linter-and-quality-analysis-tool).
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
`v0.16.11`: **Composed bundling mode**.
|
|
122
130
|
|
|
123
131
|
A different way to bundle exploded OpenAPI specifications into a single file. [Read the docs](https://quobix.com/vacuum/commands/bundle/).
|
|
124
132
|
|
|
@@ -140,7 +148,7 @@ $refs being used in path items.
|
|
|
140
148
|
|
|
141
149
|
---
|
|
142
150
|
|
|
143
|
-
v0.14+`: **Engine Speedup**.
|
|
151
|
+
`v0.14+`: **Engine Speedup**.
|
|
144
152
|
|
|
145
153
|
**Speed!** We've made some significant improvements to how efficiently large documents are walked
|
|
146
154
|
Which means vacuum is now faster than ever.
|