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 8ec4885 commit b7155bfCopy full SHA for b7155bf
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.9.0 (2025-05-30)
2
+
3
+### New features
4
5
+The new `SQLDialect.configureLanguage` method can be used to configure the language (and it's syntax node props) used by a dialect.
6
7
## 6.8.0 (2024-10-01)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-sql",
- "version": "6.8.0",
+ "version": "6.9.0",
"description": "SQL language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments