@platformos/lang-jsonc 0.0.12 → 0.0.16

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/CHANGELOG.md +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @platformos/lang-jsonc
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Additional checks and improvements
8
+
9
+ ## 0.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Improved Liquid Linting
14
+ - Better metadata params validation — Reworked detection of undefined variables in page/partial metadata parameters, reducing false positives
15
+ - Improved undefined object detection — More accurate identification of undefined objects in Liquid templates
16
+ - Fixed invalid property detection — The unknown-property check now correctly catches more cases of invalid property access on objects
17
+
18
+ ## 0.0.14
19
+
20
+ ### Patch Changes
21
+
22
+ - ctrl+click fix
23
+
24
+ ## 0.0.13
25
+
26
+ ### Patch Changes
27
+
28
+ - better ctrl click, more checks
29
+
3
30
  ## 0.0.12
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformos/lang-jsonc",
3
- "version": "0.0.12",
3
+ "version": "0.0.16",
4
4
  "description": "JSONC language support for CodeMirror",
5
5
  "publishConfig": {
6
6
  "access": "public",