Skip to content

Releases: PabloRMira/sql_formatter

Release version 0.6.2

01 May 22:14
3224ce8
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Table names that include the substring select in them break subsequent formatting (#167)
  • [FIX] Variable names ending with and get split in WHERE statements (#165)

🛠️ Refactoring / Maintenance:

  • [MNT] Update contributing guidelines (#164)
  • [MNT] Add .pre-commit-hooks.yaml (#159)

Release version 0.6.1

07 Apr 20:23
f4c593a
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] reformating of long lines with in (...) not working (#154)
  • [FIX] line comments with -- cancel further formatting (#152)
  • [FIX] Unbound error in reformat_too_long_line (#150)

🛠️ Refactoring / Maintenance:

  • [MNT] Add a --version (-v) flag to the CLI (#157)

Release version 0.6.0

20 Mar 16:57
cb7641b
Compare
Choose a tag to compare

🚀 New features:

  • [FEA] Add newline and indentation for too long lines (#148)

Release version 0.5.6

14 Feb 21:51
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Formatter does not add space after comma (#147)

Release version 0.5.5

13 Feb 16:33
2ac4ac6
Compare
Choose a tag to compare

🛠️ Refactoring / Maintenance:

  • [MNT] Change set based jacard distance by word count based disimilarity measure to robustify comment assignment (#145)

Release version 0.5.4

11 Feb 21:31
Compare
Choose a tag to compare

💡 Documentation:

  • [DOC] Add hint on how to install via conda

🛠️ Refactoring / Maintenance:

  • [MNT] remove fastcore dependency (#144)
  • [MNT] Remove deprecated CLIs

Release version 0.5.3

24 Jan 23:57
1704d76
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Whole line comments should be aligned with the line under them (#140)
  • [FIX] Semicolon under line with comment not properly formatted (#139)
  • [FIX] PARTITION BY with newline not properly formatted (#138)

🛠️ Refactoring / Maintenance:

  • [MNT] Simplify package by removing release module (#142)
  • [MNT] Robustify comment assignment (#141)

Release version 0.5.2

11 Jan 21:42
416d533
Compare
Choose a tag to compare

Bugfixes:

  • [FIX] case when wrongly formatted if case when at least in second argument and preceded by text in quotes (#133)
  • [FIX] comment assignment fails sometimes (#130)

Documentation:

  • [DOC] Fix wrong formatting in README (#127)

Release version 0.5.1

01 Jan 21:08
c3c6a11
Compare
Choose a tag to compare

Bugfixes:

  • [FIX] Formatter adds whitespaces between symbols inside of quotes (#121)

Documentation:

  • [DOC] Add docs for versioning and changelog (#125)
  • [DOC] Add docs for formatting logic (#123)
  • [DOC] Correct docs for contributing: fork instead of branch (#122)

Release version 0.5.0

31 Dec 03:03
b43c779
Compare
Choose a tag to compare

New features:

  • [FEA] Add newline for each case when ... end condition and make functions robust against keywords in comments (#112)

Refactoring / Maintenance:

  • [MNT] Add link to pull request in changelog (#114)