@neo4j-cypher/language-server 2.0.0-next.31 → 2.0.0-next.32

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @neo4j-cypher/language-server
2
2
 
3
+ ## 2.0.0-next.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b2faf5: Rewrite global parserWrapper for instantiated CypherLanguageService objects
8
+
9
+ Breaking changes for direct consumers of `@neo4j-cypher/language-support`:
10
+
11
+ - Removed export: `parserWrapper`. The same `ParsingResult` as `parserWrapper.parse` would yield can still be received by `createParsingResult` in `CypherLanguageService`. Instances of the new CypherLanguageService class provide helpers for linting/highlighting/completions/signature info where parsing is handled internally.
12
+ - Renamed exports: `applySyntaxColouring` → `highlightSyntax`, `syntaxColouringLegend` → `syntaxHighlightingLegend`
13
+ - `autocomplete()`, `lintCypherQuery()`, `highlightSyntax()`, and `getSignatureInfo()` now take an options object as the third parameter instead of positional args
14
+
15
+ - Updated dependencies [08f94af]
16
+ - Updated dependencies [0763d97]
17
+ - Updated dependencies [3b2faf5]
18
+ - Updated dependencies [ca1bba6]
19
+ - @neo4j-cypher/language-support@2.0.0-next.31
20
+ - @neo4j-cypher/lint-worker@1.10.1-next.8
21
+ - @neo4j-cypher/query-tools@2.0.0-next.31
22
+
3
23
  ## 2.0.0-next.31
4
24
 
5
25
  ### Patch Changes