Releases: PabloRMira/sql_formatter
Releases · PabloRMira/sql_formatter
Release version 0.6.2
🎉 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
🎉 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
🚀 New features:
- [FEA] Add newline and indentation for too long lines (#148)
Release version 0.5.6
🎉 Bugfixes:
- [FIX] Formatter does not add space after comma (#147)
Release version 0.5.5
🛠️ Refactoring / Maintenance:
- [MNT] Change set based jacard distance by word count based disimilarity measure to robustify comment assignment (#145)
Release version 0.5.4
💡 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
🎉 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
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
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
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)