Skip to content

Releases: sql-formatter-org/sql-formatter

v2.0.0 - Remove line break from the end of the output

12 Jul 07:23
Compare
Choose a tag to compare

From now on SQL formatter does not add an extra newline to the end of the output.

Check out PR #27.

v1.3.0 - IBM DB2 support

07 Jul 12:18
Compare
Choose a tag to compare

v1.2.2 - Fix MSSQL national characters formatting

14 Jun 13:01
Compare
Choose a tag to compare

Vuhuu! @mtxr fixed N'string' formatting issue with PR #21.

v1.2.1 - Fix PostgreSQL specific operators formatting

13 Jun 09:55
Compare
Choose a tag to compare

This release should fix issue #23. The honor goes to @sasha-alias who fixed the issue with PR #24.

v1.2.0 - Add TSQL keywords

27 Feb 15:46
Compare
Choose a tag to compare

Released PR #18 which added some extra TSQL related keywords to standard SQL formatter.

v1.1.2 - Keep SET SCHEMA query on one line

18 Jan 12:20
Compare
Choose a tag to compare

In previous version we formatted SET SCHEMA db to:

SET
    SCHEMA db

Now it is formatted in this way:

SET SCHEMA
    db

This also applies to SET CURRENT SCHEMA. More info @ docs.oracle.com

v1.1.1 - Add babel-runtime dependency

16 Nov 09:08
Compare
Choose a tag to compare

v1.1.0 - Placeholders replacement

14 Nov 12:27
Compare
Choose a tag to compare

New feature allows to pass in collection of params with cfg object and formatter replaces query placeholders with given param values.

v1.0.0 - Production ready

07 Nov 13:03
Compare
Choose a tag to compare

v0.0.3 - Avoid usage of babel-polyfill

20 Sep 11:46
Compare
Choose a tag to compare
Pre-release
0.0.3