Skip to content

Releases: akoutmos/sql_fmt

v0.5.0

16 Mar 02:02

Choose a tag to compare

[0.5.0] - 2026-3-15

Added

Changed

  • Updated to a newer version of sqlformat-rs and updated SqlFmt.FormatOptions to support new options.

v0.4.0

25 Mar 14:50

Choose a tag to compare

[0.4.0] - 2025-3-24

Fixed

  • Updated to a newer version of sqlformat-rs.

v0.3.0

05 Nov 03:24

Choose a tag to compare

[0.3.0] - 2024-11-04

Fixed

  • Updated to a newer version of sqlformat-rs to avoid splitting Postgres operators.

v0.2.0

08 Oct 17:24

Choose a tag to compare

[0.2.0] - 2024-10-08

Added

  • The ~SQL sigil to format SQL strings in Elixir code #3.
  • A Mix Formatter plugin so that SQL files and ~SQL sigil statements are formatted via Mix #3.

v0.1.0

06 Oct 20:49

Choose a tag to compare

[0.1.0] - 2024-10-06

Added

  • Initial release for SqlFmt.