@quobix/vacuum 0.15.3 → 0.16.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.
- package/README.md +17 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,16 @@ like our _very kind_ sponsors:
|
|
|
90
90
|
|
|
91
91
|
[scalar](https://scalar.com)
|
|
92
92
|
|
|
93
|
+
<a href="https://apideck.com">
|
|
94
|
+
<picture>
|
|
95
|
+
<source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/apideck-dark.png">
|
|
96
|
+
<img alt="apideck'" src=".github/sponsors/apideck-light.png">
|
|
97
|
+
</picture>
|
|
98
|
+
</a>
|
|
99
|
+
|
|
100
|
+
[apideck](https://apideck.com)
|
|
101
|
+
|
|
102
|
+
|
|
93
103
|
---
|
|
94
104
|
|
|
95
105
|
## Come chat with us
|
|
@@ -99,7 +109,13 @@ come say hi!
|
|
|
99
109
|
|
|
100
110
|
## Documentation
|
|
101
111
|
|
|
102
|
-
🔥 **New in** `v0.
|
|
112
|
+
🔥 **New in** `v0.16+` 🔥 : **JSON 9535 Compliant**.
|
|
113
|
+
|
|
114
|
+
vacuum now expects JSON Path Queries to be [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) compliant. Finally standardized!
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
`v0.15+`: **Fixes, New Rules, Functions and Command**.
|
|
103
119
|
|
|
104
120
|
There is a new command `generate-ignorefile` that will generate an ignore file from a linting report.
|
|
105
121
|
|