@quobix/vacuum 0.15.3 → 0.16.1

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,13 @@ come say hi!
99
99
 
100
100
  ## Documentation
101
101
 
102
- 🔥 **New in** `v0.15+` 🔥 : **Fixes, New Rules, Functions and Command**.
102
+ 🔥 **New in** `v0.16+` 🔥 : **JSON 9535 Compliant**.
103
+
104
+ vacuum now expects JSON Path Queries to be [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) compliant. Finally standardized!
105
+
106
+ ---
107
+
108
+ `v0.15+`: **Fixes, New Rules, Functions and Command**.
103
109
 
104
110
  There is a new command `generate-ignorefile` that will generate an ignore file from a linting report.
105
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.15.3",
3
+ "version": "0.16.1",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",