- Actually upgrade
sql-formatter
to v15.4.7
- Upgraded
sql-formatter
to v15.4.7
- Upgraded
sql-formatter
to v15.4.5
- Upgraded
sql-formatter
to v15.4.3
- Upgraded
sql-formatter
to v15.3.1
- Upgraded
sql-formatter
to v15.3.0 - Enabled reading of folder-based VSCode config (thanks to Heungsub Lee)
- Upgraded
sql-formatter
to v15.1.1
- Upgraded
sql-formatter
to v15.1.0
- Upgraded
sql-formatter
to v15.0.2 - Added
dataTypeCase
config option. - Added
functionCase
config option.
- Removed
tabulateAlias
andcommaPosition
config options also from README.
- Upgraded
sql-formatter
to v14.0.0 - Renamed the confusingly named
SQLFlavourOverride
configuration option todialect
and improved documentation. - Removed
tabulateAlias
andcommaPosition
config options. - Added
identiferCase
config option. - Added
DB2i
dialect.
- Upgraded
sql-formatter
to v13.0.3
- Upgraded
sql-formatter
to v13.0.0
- Auto-detect trailing newline when formatting a file or a selection.
Dropping the old obscure
trailingNewline
config option. - Fixed compatibility with VSCode Snowflake extension.
- Upgraded
sql-formatter
to v12.2.4
- Updated documentation
- Renamed the extension from "Prettier SQL VSCode" to "SQL Formatter VSCode"
- Added
paramTypes
configuration option - Upgraded
sql-formatter
to v12.2.0
- added support for browser extension
- updated
sql-formatter
to v12.0.6
- updated
sql-formatter
to v12.x
- updated
sql-formatter
to v11.x - added
snowflake
as new supported dialect
- updated
sql-formatter
to v10.6.x
- updated
sql-formatter
to v10.x - updated to Nearley parser
- added
singlestoredb
as new supported dialect
- updated
sql-formatter
to v9.x - removed
aliasAS
- added
trino
(aka presto) as new supported dialect
- updated package metadata to point at
sql-formatter
instead ofprettier-sql
- updated
sql-formatter
to v8.x - removed
newlineBeforeCloseParen
- removed
newlineBeforeOpenParen
- switched from
prettier-sql
tosql-formatter
as base library - renamed
uppercaseKeywords
tokeywordCase
, changed from boolean to enum - renamed
keywordPosition
toindentStyle
- renamed
breakBeforeBooleanOperator
tologicalOperatorNewline
- renamed
closeParenNewline
tonewlineBeforeCloseParen
- renamed
openParenNewline
tonewlineBeforeOpenParen
- renamed
lineWidth
toexpressionWidth
- renamed
semicolonNewline
tonewlineBeforeSemicolon
- added
'preserve'
option foraliasAS
- removed
keywordNewline
- removed
itemCount
- added formatProvider support on new languages:
- sqlite
- updated dependencies
- update build and publish flow
- renamed
keywordNewline
tokeywordNewline.newlineMode
, remove integer option - restored deleted
itemCount
askeywordNewline.itemCount
- added command
prettier-sql-vscode.format-selection
- Formats SQL selections
- added settings to override user/workspace
tabSize
andinsertSpaces
settings - added error message on format fail
- added setting to override formatting language for
sql
files when SQL flavour does not have a VSCode language ID (Microsoft PostgreSQL and MSSQL Extensions) - added formatProvider support on new languages:
- bigquery
- added wrapper for
prettier-sql
- added VSCode settings for all configs present in v5 release
- added
prettier-sql
icon - added formatProvider support on the following file languages:
- sql
- plsql
- mysql
- postgres
- hive