Skip to content

Releases: sql-formatter-org/sql-formatter

15.6.3

06 Jun 10:31

Choose a tag to compare

Bugfix

  • Support DuckDB ->> JSON operator (#871 )

15.6.2

21 May 11:48

Choose a tag to compare

Bugfix

  • Support QUALIFY clause in Redshift (#866)

15.6.1

24 Apr 07:04

Choose a tag to compare

Bugfix

  • Allow Spark identifiers to start with numbers (#859)

15.6.0

20 Apr 17:58

Choose a tag to compare

New dialect

  • Added DuckDB support (#857)

15.5.2

26 Mar 08:21

Choose a tag to compare

Fixes

  • Recognize optional syntax in PostgreSQL CREATE statements (#851) (thanks to @jamesarosen)
  • Recognize CASCADE, NO ACTION and RESTRICT as keywords after ON UPDATE/DELETE in PostgreSQL (#849) (thanks @karlhorky)
  • Support for CREATE DATABASE and USE for Transact-SQL (#606)

15.5.1

20 Mar 09:28

Choose a tag to compare

15.5.0

20 Mar 06:42

Choose a tag to compare

Fixes

Tweaks

  • Drop get-stdin dependency. Use native stream/consumers #844 (thanks to @outslept)

15.5.0-beta.2

18 Mar 07:40

Choose a tag to compare

15.5.0-beta.2 Pre-release
Pre-release
  • Ensure valid JSON in dist/cjs/package.json (14e5daf)

15.5.0-beta.1

18 Mar 07:30

Choose a tag to compare

15.5.0-beta.1 Pre-release
Pre-release

Test out the following PR:

  • Build with tsc instead of tsup (#842)

15.4.11

22 Feb 08:05

Choose a tag to compare

PostgreSQL improvements

  • Add support for Postgresql JSON and JSONB data types (#831)