Skip to content

Releases: future-architect/vscode-uroborosql-fmt

v1.1.1

25 Sep 04:55
0c9a892
Compare
Choose a tag to compare

Patch Changes

  • 206a29c: Fixed "Cannot find module 'ts-case-convert'" error

v1.1.0

17 Sep 05:20
1ac12c4
Compare
Choose a tag to compare

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.

v1.0.11

30 Nov 06:52
2cfe24d
Compare
Choose a tag to compare

Patch Changes

  • 988c76d: Fixed incorrect indentation when tab_size is 2byte

v1.0.10

16 Nov 04:28
0a69d4f
Compare
Choose a tag to compare

Patch Changes

  • 5fdb841: Support using clause in DELETE statement. Fix formatting of bind parameter in first column of select clause. Improvement error message.
  • 804f9d7: Allow formatting even if the workspace folder cannot be obtained

1.0.9

26 Oct 10:16
d548623
Compare
Choose a tag to compare

Patch Changes

  • 53862d7: Support join clause in update statement

1.0.8

11 Oct 09:22
Compare
Choose a tag to compare
  • Fix lack of null expression handling in type_cast
  • Add option to convert "<>" to "!="
  • Add description of configuration to README.md

1.0.7

11 Oct 06:49
Compare
Choose a tag to compare
  • Change default case format settings to lower
  • chore(deps): update actions/setup-node action to v3 (#14)
  • chore(deps): update actions/upload-artifact action to v3 (#15)
  • fix(deps): update dependency vscode-languageserver to v9 (#17)

1.0.6

11 Oct 06:49
Compare
Choose a tag to compare
  • chore: update integrity of uroborosql-fmt-napi (#18)

1.0.5

11 Oct 06:49
Compare
Choose a tag to compare
  • Support for ALL/DISTINCT/ORDER BY in aggregate functions
  • chore: support for proxy to download-uroborosql-fmt-napi (#10)
  • chore: repository maintenance (#11)
  • chore(deps): update actions/download-artifact action to v3 (#13)
  • chore(deps): update actions/checkout action to v4 (#12)

1.0.4

11 Oct 06:48
Compare
Choose a tag to compare
  • fix: add uroborosql-fmt-napi-0.0.0.tgz to .vscodeignore (#9)