@quobix/vacuum 0.13.5 → 0.14.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.
- package/README.md +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,7 +99,14 @@ come say hi!
|
|
|
99
99
|
|
|
100
100
|
## Documentation
|
|
101
101
|
|
|
102
|
-
🔥 **New in** `v0.
|
|
102
|
+
🔥 **New in** `v0.14+` 🔥 : **Engine Speedup**.
|
|
103
|
+
|
|
104
|
+
**Speed!** We've made some significant improvements to how efficiently large documents are walked
|
|
105
|
+
Which means vacuum is now faster than ever.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
`v0.12+` : Core functions support JSON Path.
|
|
103
110
|
|
|
104
111
|
Now all **core** functions return the **correct and accurate JSON path for each linting result**. Previously this was not possible
|
|
105
112
|
at all, but with some clever engineering, we have made it happen. It's a small thing, but with huge impact.
|