Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 812 Bytes

File metadata and controls

45 lines (24 loc) · 812 Bytes

Change Log

All notable changes to the "pgFormatter" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.6.0] - 2019-01-29

Added

  • Added support for options:
    • commaBreak
    • formatType
    • placeholder

Changed

  • Upgraded to pgFormatter 3.2

Removed

  • Removed support for maxLength option (because it was confusing)

[1.5.0] - 2018-09-12

Changed

  • Add language bindings for pgsql extension

[1.4.0] - 2018-09-12

Changed

  • Upgrades pgFormatter to 3.1

[1.3.0] - 2018-01-19

Added

  • Adding a comment on the first line of a SQL file with text "pgFormatter-ignore" will now prevent that file from being formatted

[0.0.1] - 2018-01-15

  • Initial release