diff --git a/.changeset/gentle-flies-own.md b/.changeset/gentle-flies-own.md deleted file mode 100644 index d73d83d..0000000 --- a/.changeset/gentle-flies-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"uroborosql-fmt": minor ---- - -Improved to notify the status bar when formatting errors. diff --git a/.changeset/good-chicken-check.md b/.changeset/good-chicken-check.md deleted file mode 100644 index 4814a21..0000000 --- a/.changeset/good-chicken-check.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"uroborosql-fmt": minor ---- - -Update uroborosql-fmt - -- Support Unary operators -- Support arithmetic expressions in limit clause -- Fix consecutive comments at the end of with_clause parentheses -- Fix swapping positions of comma and comment -- Supprt filter clause -- Fix the vertical alignment of 2WaySQL -- Fix block comment alignment -- Handle comments after select_statement at the end of insert_statement -- Support comments after join keyword -- Handle block comments after recursive keyword -- support comments after opening parenthesis in IN expression -- Support comments after SET keyword -- Support comments before select_statement in insert_statement diff --git a/.changeset/strong-needles-joke.md b/.changeset/strong-needles-joke.md deleted file mode 100644 index ae89970..0000000 --- a/.changeset/strong-needles-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"uroborosql-fmt": minor ---- - -Added setting options to apply options of urborosql-fmt. diff --git a/.changeset/wise-timers-cheat.md b/.changeset/wise-timers-cheat.md deleted file mode 100644 index 12801a1..0000000 --- a/.changeset/wise-timers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"uroborosql-fmt": minor ---- - -Added commands to import/export configurations. diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d01f2..6114b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- 5df3a5c: Improved to notify the status bar when formatting errors. +- 8751506: Update uroborosql-fmt + + - Support Unary operators + - Support arithmetic expressions in limit clause + - Fix consecutive comments at the end of with_clause parentheses + - Fix swapping positions of comma and comment + - Supprt filter clause + - Fix the vertical alignment of 2WaySQL + - Fix block comment alignment + - Handle comments after select_statement at the end of insert_statement + - Support comments after join keyword + - Handle block comments after recursive keyword + - support comments after opening parenthesis in IN expression + - Support comments after SET keyword + - Support comments before select_statement in insert_statement + +- ee4d6d4: Added setting options to apply options of urborosql-fmt. +- f80e2b1: Added commands to import/export configurations. + ## 1.0.11 ### Patch Changes diff --git a/package.json b/package.json index 01b800b..1795fa9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "SQL formatter with 2way-sql support", "author": "Future Corporation", "license": "BUSL-1.1", - "version": "1.0.11", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/future-architect/vscode-uroborosql-fmt.git"