@quobix/vacuum 0.11.0 → 0.12.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 +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,8 +99,19 @@ come say hi!
99
99
 
100
100
  ## Documentation
101
101
 
102
+ 🔥 **New in** `v0.12+` 🔥 : **Core functions support JSON Path**.
102
103
 
103
- 🔥 **New in** `v0.11+` 🔥 : **Ignore Linting Errors/Violations**.
104
+ Now all **core** functions return the **correct and accurate JSON path for each linting result**. Previously this was not possible
105
+ at all, but with some clever engineering, we have made it happen. It's a small thing, but with huge impact.
106
+
107
+ This feature has been available on the OpenAPI functions for some time, however core functions were without a comparison.
108
+ But no more! core functions have joined the party.
109
+
110
+ A new `--no-clip` flag is available on the `lint` command. This prevents message/path truncation.
111
+
112
+ ---
113
+
114
+ `v0.11+`: Ignore Linting Errors/Violations.
104
115
 
105
116
  v0.11 introduces the ability to ignore specific linting errors. This is useful for when you want to implement new
106
117
  rules to existing production APIs. In some cases, correcting the lint errors would result in a breaking change.
@@ -112,7 +123,6 @@ backwards compatibility for existing ones.
112
123
 
113
124
  ---
114
125
 
115
-
116
126
  `v0.10+` : **Quality release**.
117
127
 
118
128
  v0.10 is a quality release, with a number of fixes and improvements to rule schemas, function names and more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",