From b74ffc5c801f16378443d1e72a1e938b5cf89f48 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 29 Feb 2024 12:20:59 +0100 Subject: [PATCH] Mark version 6.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3279203..2aa9525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.6.0 (2024-02-29) + +### Bug fixes + +Don't tokenize identifiers after periods as anything but plain identifiers. + +### New features + +The `schema` option now allows nested objects to define multiple levels of completions, as well as `self` completion options for specific levels. The old format (using `tables`/`schemas`) continues to work but is deprecated. + ## 6.5.5 (2023-12-28) ### Bug fixes diff --git a/package.json b/package.json index 9bf2879..e9b4093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-sql", - "version": "6.5.5", + "version": "6.6.0", "description": "SQL language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",