@quobix/vacuum 0.24.0 → 0.25.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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,7 +133,18 @@ come say hi!
133
133
 
134
134
  ## Documentation
135
135
 
136
- 🔥 **New in** `v0.24` 🔥: **TURBO MODE**
136
+ 🔥 **New in** `v0.25` 🔥: **Generate Open Collections from OpenAPI files**
137
+
138
+ A new `open-collection` command will generate an [Open Collection](https://www.opencollection.com/) Workflow folder
139
+ (or bundled file)
140
+
141
+ Open Collection is a new standard for defining and sharing API collections. vacuum supports it natively.
142
+
143
+ [Read More](https://quobix.com/vacuum/commands/open-collection/)
144
+
145
+ ---
146
+
147
+ `v0.24`: **TURBO MODE**
137
148
 
138
149
  A huge tune up of hundreds of systems across the stack has resulted in significant speed boosts and improved memory performance.
139
150
 
@@ -283,6 +294,7 @@ See all the documentation at https://quobix.com/vacuum
283
294
  - [language-server](https://quobix.com/vacuum/commands/language-server/)
284
295
  - [apply-overlay](https://quobix.com/vacuum/commands/apply-overlay/)
285
296
  - [Change Detection](https://quobix.com/vacuum/commands/change-detection/)
297
+ - [Open Collection](https://quobix.com/vacuum/commands/open-collection/)
286
298
  - [Developer API](https://quobix.com/vacuum/api/getting-started/)
287
299
  - [Using The Index](https://quobix.com/vacuum/api/spec-index/)
288
300
  - [RuleResultSet](https://quobix.com/vacuum/api/rule-resultset/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",