Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 978 Bytes

File metadata and controls

44 lines (23 loc) · 978 Bytes

[Unreleased]

  • Upgrade pg_query to 6.1 to add support for latest mac OS version

[0.4.0] - 2025-03-21

  • Remove no-op NOT VALID setting when inlining constraints

[0.3.0] - 2025-03-15

  • Introduce StatementAppender for better spacing between statements

[0.2.1] - 2025-02-15

  • Add transform to remove SET commands with default values

[0.2.0] - 2025-02-15

  • Remove preprocessors (no longer relevant now that we don't reuse the source string in the output)

[0.1.5] - 2025-02-08

  • Sort table columns

[0.1.4] - 2025-02-08

  • Sort schema migrations inserts

[0.1.3] - 2025-02-02

  • Rework SQL formatting by only adding indentation to deparsed statements

[0.1.2] - 2025-01-30

  • Get rid of anbt-sql-formatter dependency since it breaks queries with type casting

[0.1.1] - 2025-01-29

  • Proper deparsing of all statements
  • Formatting of select and insert sub-statements using anbt-sql-formatter

[0.1.0] - 2025-01-24

  • Initial release