We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f16cc2 commit be8a97aCopy full SHA for be8a97a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.8.0 (2024-10-01)
2
+
3
+### New features
4
5
+The new `keywordCompletion` option can be used to define what kind of completions are generated for keywords.
6
7
## 6.7.1 (2024-08-21)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-sql",
- "version": "6.7.1",
+ "version": "6.8.0",
"description": "SQL language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments