@quobix/vacuum 0.14.2 → 0.15.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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,7 +99,16 @@ come say hi!
|
|
|
99
99
|
|
|
100
100
|
## Documentation
|
|
101
101
|
|
|
102
|
-
🔥 **New in** `v0.
|
|
102
|
+
🔥 **New in** `v0.15+` 🔥 : **Fixes, New Rules, Functions and Command**.
|
|
103
|
+
|
|
104
|
+
There is a new command `generate-ignorefile` that will generate an ignore file from a linting report.
|
|
105
|
+
|
|
106
|
+
New rule `no-request-body` checks for incorrect request bodies in operations, and `path-item-refs` checks for
|
|
107
|
+
$refs being used in path items.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
v0.14+`: **Engine Speedup**.
|
|
103
112
|
|
|
104
113
|
**Speed!** We've made some significant improvements to how efficiently large documents are walked
|
|
105
114
|
Which means vacuum is now faster than ever.
|