@platformos/codemirror-language-client 0.0.12 → 0.0.15
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/CHANGELOG.md +21 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @platformos/codemirror-language-client
|
|
2
2
|
|
|
3
|
+
## 0.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Improved Liquid Linting
|
|
8
|
+
- Better metadata params validation — Reworked detection of undefined variables in page/partial metadata parameters, reducing false positives
|
|
9
|
+
- Improved undefined object detection — More accurate identification of undefined objects in Liquid templates
|
|
10
|
+
- Fixed invalid property detection — The unknown-property check now correctly catches more cases of invalid property access on objects
|
|
11
|
+
|
|
12
|
+
## 0.0.14
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- ctrl+click fix
|
|
17
|
+
|
|
18
|
+
## 0.0.13
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- better ctrl click, more checks
|
|
23
|
+
|
|
3
24
|
## 0.0.12
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformos/codemirror-language-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "A Language Client for CodeMirror",
|
|
5
5
|
"author": "platformOS",
|
|
6
6
|
"homepage": "https://github.com/Platform-OS/platformos-tools/tree/master/packages/codemirror-language-client#readme",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
52
52
|
"@codemirror/view": "^6.39.15",
|
|
53
53
|
"@replit/codemirror-vim": "^6.3.0",
|
|
54
|
-
"@platformos/platformos-check-docs-updater": "0.0.
|
|
55
|
-
"@platformos/platformos-language-server-browser": "0.0.
|
|
56
|
-
"@platformos/lang-jsonc": "^0.0.
|
|
54
|
+
"@platformos/platformos-check-docs-updater": "0.0.16",
|
|
55
|
+
"@platformos/platformos-language-server-browser": "0.0.16",
|
|
56
|
+
"@platformos/lang-jsonc": "^0.0.15",
|
|
57
57
|
"@types/markdown-it": "^14.1.2",
|
|
58
58
|
"codemirror": "^6.0.2",
|
|
59
59
|
"markdown-it": "^14.1.1"
|