@quobix/vacuum 0.26.8 → 0.27.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
|
@@ -124,7 +124,20 @@ come say hi!
|
|
|
124
124
|
|
|
125
125
|
## Documentation
|
|
126
126
|
|
|
127
|
-
🔥 **New in** `v0.
|
|
127
|
+
🔥 **New in** `v0.27` 🔥: **Generate OpenAPI Documentation in vacuum**
|
|
128
|
+
|
|
129
|
+
A new `docs` command will generate the **best OpenAPI Documentation you ever saw**! Now vacuum has
|
|
130
|
+
integrated with [the printing press](https://github.com/pb33f/printing-press), it means
|
|
131
|
+
generating documentation with built-in linting results is available _right inside vacuum_.
|
|
132
|
+
|
|
133
|
+
Try it out! instead of the `lint` command try the `docs` command instead.
|
|
134
|
+
|
|
135
|
+
- [Read more about API Docs in vacuum](https://quobix.com/vacuum/api-docs/)
|
|
136
|
+
- [Read more about the printing press](https://pb33f.io/printing-press/)
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
`v0.25`: **Generate Open Collections from OpenAPI files**
|
|
128
141
|
|
|
129
142
|
A new `open-collection` command will generate an [Open Collection](https://www.opencollection.com/) Workflow folder
|
|
130
143
|
(or bundled file)
|
|
@@ -135,6 +148,7 @@ Open Collection is a new standard for defining and sharing API collections. vacu
|
|
|
135
148
|
|
|
136
149
|
---
|
|
137
150
|
|
|
151
|
+
|
|
138
152
|
`v0.24`: **TURBO MODE**
|
|
139
153
|
|
|
140
154
|
A huge tune up of hundreds of systems across the stack has resulted in significant speed boosts and improved memory performance.
|