Skip to content

Releases: datastx/sqlfmt-rust

sqlfmt v0.3.1

24 Feb 03:34
4e1c7b1

Choose a tag to compare

What's Changed

  • Bump version to 0.3.1 by @Copilot in #17
  • bm/support-leading-comma by @datastx in #18
  • Fix README inaccuracies: broken download URLs, missing CLI flags, invalid config example by @Copilot in #19
  • Add Apache 2.0 license and attribution documentation by @datastx in #20

Full Changelog: v0.3.0...v0.3.1

sqlfmt v0.3.0

23 Feb 18:55
8d8857c

Choose a tag to compare

What's Changed

  • bm/new-lexer by @datastx in #11
  • perf: eliminate SmallVec clones in node creation hot path by @datastx in #12
  • bm/add-cap-sizing by @datastx in #13
  • Fix stack overflow in merger with deeply nested SQL structures by @datastx in #14
  • Handle dollar-quoted strings in SQL analyzer by @datastx in #15
  • Add golden test for Colorado claims extract SQL formatting by @datastx in #16

Full Changelog: v0.2.0...v0.3.0

sqlfmt v0.2.0

21 Feb 22:37
18928d7

Choose a tag to compare

What's Changed

  • bm/use-sync-package by @datastx in #8
  • bm/new-release by @datastx in #9
  • perf: eliminate deep cloning in lexer, merger, and splitter hot paths by @datastx in #10

Full Changelog: v0.1.0...v0.2.0

sqlfmt v0.1.0

21 Feb 11:05
2b795c2

Choose a tag to compare

What's Changed

  • feat: implement sqlfmt SQL formatter in Rust by @datastx in #1
  • bm/do-performance-refactor by @datastx in #2
  • refactor: code quality cleanup by @datastx in #3
  • bm/perf-enhancement by @datastx in #5
  • Add SQLFMT_FAST and SQLFMT_THREADS environment variables by @Copilot in #6
  • bm/move-to-tokio-ya by @datastx in #7

New Contributors

  • @datastx made their first contribution in #1
  • @Copilot made their first contribution in #6

Full Changelog: https://github.com/datastx/sqlfmt-rust/commits/v0.1.0