Skip to content

Commit

Permalink
Version Packages (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 17, 2024
1 parent 8751506 commit 1ac12c4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-flies-own.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/good-chicken-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-needles-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-timers-cheat.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ac12c4

Please sign in to comment.