Skip to content

Commit 1ac12c4

Browse files
Version Packages (#54)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8751506 commit 1ac12c4

File tree

6 files changed

+25
-35
lines changed

6 files changed

+25
-35
lines changed

.changeset/gentle-flies-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-chicken-check.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/strong-needles-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-timers-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 5df3a5c: Improved to notify the status bar when formatting errors.
8+
- 8751506: Update uroborosql-fmt
9+
10+
- Support Unary operators
11+
- Support arithmetic expressions in limit clause
12+
- Fix consecutive comments at the end of with_clause parentheses
13+
- Fix swapping positions of comma and comment
14+
- Supprt filter clause
15+
- Fix the vertical alignment of 2WaySQL
16+
- Fix block comment alignment
17+
- Handle comments after select_statement at the end of insert_statement
18+
- Support comments after join keyword
19+
- Handle block comments after recursive keyword
20+
- support comments after opening parenthesis in IN expression
21+
- Support comments after SET keyword
22+
- Support comments before select_statement in insert_statement
23+
24+
- ee4d6d4: Added setting options to apply options of urborosql-fmt.
25+
- f80e2b1: Added commands to import/export configurations.
26+
327
## 1.0.11
428

529
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SQL formatter with 2way-sql support",
44
"author": "Future Corporation",
55
"license": "BUSL-1.1",
6-
"version": "1.0.11",
6+
"version": "1.1.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/future-architect/vscode-uroborosql-fmt.git"

0 commit comments

Comments
 (0)