@quobix/vacuum 0.9.15 → 0.10.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 +11 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,16 +83,6 @@ like our _very kind_ sponsors:
83
83
 
84
84
  [scalar](https://scalar.com)
85
85
 
86
- <a href="https://zuplo.link/vacuum">
87
- <picture>
88
- <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/zuplo-dark.png">
89
- <img alt="scalar" src=".github/sponsors/zuplo-light.png">
90
- </picture>
91
- </a>
92
-
93
- [zuplo](https://zuplo.link/vacuum)
94
-
95
-
96
86
  ---
97
87
 
98
88
  ## Come chat with us
@@ -102,7 +92,17 @@ come say hi!
102
92
 
103
93
  ## Documentation
104
94
 
105
- 🔥 **New in** `v0.9+` 🔥 : **Built in Language Server**.
95
+ 🔥 **New in** `v0.10+` 🔥 : **Quality release**.
96
+
97
+ v0.10 is a quality release, with a number of fixes and improvements to rule schemas, function names and more.
98
+ vacuum now powers [The OpenAPI doctor](https://pb33f.io/doctor/). To enable correct ruleset management and automation
99
+ a number of functions have been renamed, interfaces have been upgraded and rule functions schemas are now accurate.
100
+
101
+ This is a breaking change for anyone using vacuum as a library with custom rules.
102
+
103
+ ---
104
+
105
+ `v0.9+` : **Built in Language Server**.
106
106
 
107
107
  A new command is available `language-server`. This starts vacuum as an LSP compatible language server. Run vacuum
108
108
  in your favorite IDE and get linting and validation as you type, in realtime.
@@ -112,8 +112,6 @@ Will support any LSP compatible editor, like VSCode, Sublime, vim, etc.
112
112
  [Install the VSCode extension](https://marketplace.visualstudio.com/items?itemName=pb33f.vacuum)
113
113
  [Learn more about the language-server command](https://quobix.com/vacuum/commands/language-server/)
114
114
 
115
-
116
-
117
115
  ---
118
116
 
119
117
  `v0.8+` : **OpenAPI Bundler**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.9.15",
3
+ "version": "0.10.0",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",