@quobix/vacuum 0.8.7 → 0.9.2

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
@@ -102,7 +102,19 @@ come say hi!
102
102
 
103
103
  ## Documentation
104
104
 
105
- 🔥 **New in** `v0.8+` 🔥 : **OpenAPI Bundler**.
105
+ 🔥 **New in** `v0.9+` 🔥 : **Built in Language Server**.
106
+
107
+ A new command is available `language-server`. This starts vacuum as an LSP compatible language server. Run vacuum
108
+ in your favorite IDE and get linting and validation as you type, in realtime.
109
+
110
+ Will support any LSP compatible editor, like VSCode, Sublime, vim, etc.
111
+
112
+ [Learn more about the language-server command](https://quobix.com/vacuum/commands/language-server/)
113
+
114
+
115
+ ---
116
+
117
+ `v0.8+` : **OpenAPI Bundler**.
106
118
 
107
119
  A new command is available `bundle` will bundle all external references for an OpenAPI file into a single file.
108
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.8.7",
3
+ "version": "0.9.2",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",