Skip to content

v0.4.0

Latest

Choose a tag to compare

@Schultzer Schultzer released this 18 Oct 21:52
· 1 commit to main since this release

v0.4.0 (2025-10-18)

Enhancement

  • Improved SQL lexing performance with over 50% 91dc464.
  • Added warnings for unknown operators 5bd7ec3.
  • Added SQL.map/2 and implemented enumerable for SQL a646203.
  • Added SQL Mix.Task.Compiler for sql files 4ce5b24.
  • Added syntax highlighting when inspecting %SQL{} and in compiletime warnings.
  • Improved compilation times.