Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
10.8.0-beta.6
Improvements
- Target Node 14.x in ESM build #474
10.8.0-beta.4
Improvements
- Allow comments inside CASE sub-expressions #464
- Better formatting of inline block-comments #462
10.8.0-beta.3
Bugfixes
- Fix publishing to unpkg.com #469
10.8.0-beta.2
Bugfixes
- Fixes for commonjs & ESM exporting #467
10.8.0-beta.1
Improvements
- The library is now exported as ES module #455 (fixing #105)
- Improved CASE expression formatting in tabular mode #458 (fixing #401)
10.7.2
Bugfixes
- Support empty
SELECT;
statement #447
10.7.1
Bugfixes
- Add support for Redshift type-cast operator #450
10.7.0
Improvements
- Error messages now contain line and column number #442
Internals
- Comments are now attached to AST nodes #439
- Eliminated end index from Token, only the start index is only ever needed #440 #448
10.6.0
Bugfixes
- Parenthesized expression length is now calculated correctly when it contains replaced parameters #245
- Parenthesized expression length calculation now also takes account
denseOperators
option.
Internal changes
- Rewrite of inline block formatting logic #429