Skip to content

v0.1.13

Pre-release
Pre-release

Choose a tag to compare

@codercms codercms released this 07 Aug 23:05
· 32 commits to main since this release

What's Changed

  • Expand SQL coverage and harden formatter ownership by @codercms in #35

Full Changelog: v0.1.12...v0.1.13

--

This release is a major formatter correctness and coverage pass.

Semblock now handles nested queries, JOINs, set operations, authored multiline grouping, PostgreSQL operators, and routine grammar more reliably, with more layout decisions backed by the PostgreSQL AST instead of token heuristics.

The test suite was also reorganized around compact behavioral matrices, improving coverage of edge cases while keeping regressions easier to understand and maintain.