Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
11.0.2
Bugfixes
- Fix indentation of first comment in file #481
11.0.1
Bugfixes
- Fix ESM/TypeScript module resolution #487 #488 (thanks to An Phi)
11.0.0
Potentially breaking changes
- The library is now exported as ES module #455, #105
New features
- Added support for Snowflake dialect #454
Improvements
- Better CASE expression formatting #458, #401, #459
- Better formatting of inline block-comments #462
- Better ON UPDATE/DELETE constraints formatting #478
denseOperators
config now also applies to :
operator.
11.0.0-beta.2
Improvements
- Improved Snowflake ALTER TABLE syntax support #479
- Improve ON DELETE / ON UPDATE constraints formatting #478
11.0.0-beta.1
New features
- Added support for Snowflake dialect #454
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