@quobix/vacuum 0.7.1 → 0.8.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 +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,20 @@ come say hi!
|
|
|
102
102
|
|
|
103
103
|
## Documentation
|
|
104
104
|
|
|
105
|
-
🔥 **New in** `v0.
|
|
105
|
+
🔥 **New in** `v0.8+` 🔥 : **OpenAPI Bundler**.
|
|
106
|
+
|
|
107
|
+
A new command is available `bundle` will bundle all external references for an OpenAPI file into a single file.
|
|
108
|
+
|
|
109
|
+
[Learn more about the bundle command](https://quobix.com/vacuum/commands/bundle/)
|
|
110
|
+
|
|
111
|
+
A new linting rule is available `oas-schema-check` will perform type checks and validation on all schemas in your
|
|
112
|
+
OpenAPI file. It's enabled by default in the recommended ruleset.
|
|
113
|
+
|
|
114
|
+
[oas-schema-check rule docs](https://quobix.com/vacuum/rules/schemas/oas-schema-check/)
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
`v0.7+` : **Hard Mode**.
|
|
106
119
|
|
|
107
120
|
Want to lint your spec with the most strict ruleset possible? Now you can! Use the `-z` / `--hard-mode` flag to enable
|
|
108
121
|
|
|
@@ -161,6 +174,7 @@ See all the documentation at https://quobix.com/vacuum
|
|
|
161
174
|
- [vacuum report](https://quobix.com/vacuum/commands/report/)
|
|
162
175
|
- [dashboard](https://quobix.com/vacuum/commands/dashboard/)
|
|
163
176
|
- [html-report](https://quobix.com/vacuum/commands/html-report/)
|
|
177
|
+
- [bundle](https://quobix.com/vacuum/commands/bundle/)
|
|
164
178
|
- [spectral-report](https://quobix.com/vacuum/commands/spectral-report/)
|
|
165
179
|
- [Developer API](https://quobix.com/vacuum/api/getting-started/)
|
|
166
180
|
- [Using The Index](https://quobix.com/vacuum/api/spec-index/)
|