Skip to content

Releases: nene/prettier-plugin-sql-cst

0.20.0

26 Apr 11:28

Choose a tag to compare

Upgrade parser to 0.40.0

0.19.3

14 Apr 06:28

Choose a tag to compare

Properly fix the 0.19.x release.

The whole package is now compiled into a single .js file. This should eliminate all the mess of dealing with ES module imports.

0.19.2

14 Apr 06:25

Choose a tag to compare

Another attempt of fixing the release (#64)

0.19.1

13 Apr 05:55

Choose a tag to compare

Attempt to fix previous release (#63)

0.19.0

11 Apr 20:32

Choose a tag to compare

Parser upgrade

Other changes

  • Switch to TypeScript 5.x

0.18.0

19 Jan 07:49

Choose a tag to compare

New feature

  • The SQL code inside CREATE FUNCTION and CREATE PROCEDURE bodies now gets formatted. (#61) Thanks to @joelmukuthu
    This only applies when LANGUAGE sql is used in PostgreSQL.

0.17.4

10 Jan 19:34

Choose a tag to compare

Parser upgrade

0.17.3

20 Dec 08:39

Choose a tag to compare

Parser upgrade

0.17.2

09 Dec 08:05

Choose a tag to compare

sqlTypeCase option improvement

  • ARRAY[] case is now effected in BigQuery by sqlTypeCase option, but not in PostgreSQL.
  • Upgrade to sql-parser-cst 0.37.2

0.17.1

07 Dec 20:40

Choose a tag to compare

Parser update