@neo4j-cypher/language-support 2.0.0-canary-0d0dce4 → 2.0.0-canary-e119d95
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @neo4j-cypher/language-support
|
|
2
2
|
|
|
3
|
+
## 2.0.0-next.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3661e9d: Fixes database completions for CREATE ALIAS commands
|
|
8
|
+
- b76af58: Fixes bug in signature help of functions nested inside procedure calls
|
|
9
|
+
- 21699b7: Updates the semantic analysis module to use the antlr parser instead of the javaCC one
|
|
10
|
+
- 6afc0e3: Adds signature information on auto-completions
|
|
11
|
+
- 39b924d: Fixes bug in labels completion
|
|
12
|
+
|
|
3
13
|
## 2.0.0-next.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|