Skip to content

Releases: senkenn/sqlsurge

v0.8.0

14 Sep 12:30

Choose a tag to compare

What's Changed

  • Refactor workspace paths and remove deprecated test files by @senkenn in #113
  • fix identity tag template literal not working bug and add unit tests by @minocoko in #140
  • Refactor SQL argument indexing and update repository guidelines by @senkenn in #141

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Oct 17:31

Choose a tag to compare

What's Changed

  • Change to use paramTypes for formatting by @senkenn in #112

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Oct 17:25

Choose a tag to compare

BREAKING CHANGES

  • default SQL tabSize changed: 4 -> 2,
  • remove option, sqlsurge.formatSql.tabSize

What's Changed

  • Refactor: Update tsconfig.json, editor settings, and package manager version by @senkenn in #99
  • Customize SQL Formatter Configuration and Dependencies by @senkenn in #111

Full Changelog: v0.5.8...v0.6.0

v0.5.8

14 Aug 16:25

Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

10 Aug 12:24

Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

23 Jun 06:36

Choose a tag to compare

What's Changed

  • Fix SQL formatting function in the case of empty sql content and test suite by @senkenn in #84

Full Changelog: v0.5.5...v0.5.6

v0.5.5

21 Jun 20:01

Choose a tag to compare

What's Changed

  • Fix format bug for typescript and add related tests by @senkenn in #82

Full Changelog: v0.5.4...v0.5.5

v0.5.4

20 Jun 17:51
0819acd

Choose a tag to compare

What's Changed

  • refactor: Improve reliability of formatting tests by @senkenn in #68
  • Support any libraries or user-defined functions in raw SQL (Customization) by @senkenn in #76

Full Changelog: v0.5.3...v0.5.4

v0.5.3

30 May 15:43

Choose a tag to compare

What's Changed

  • create output channel by @senkenn in #50
  • Fix/not-save-on-format by @senkenn in #57
  • Refactor SQL extraction in extension.ts by @senkenn in #59
  • Refactor logger imports and improve SQL extraction in extension.ts by @senkenn in #61
  • Add SQL formatting indent options and improve SQLNode struct by @senkenn in #65

Full Changelog: v0.5.2...v0.5.3

v0.5.2

08 May 15:23
8cf5a29

Choose a tag to compare

What's Changed

  • Fix Opaque Error on refresh: Debug Failure by @senkenn in #47

Full Changelog: v0.5.1...v0.5.2