Skip to content

v0.12.0

Latest

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 31 Aug 07:49
Immutable release. Only release title and notes can be modified.
a0c5f8c

0.12.0 (2026-08-31)

⚠ BREAKING CHANGES

  • SjabloonErrorCode is now the codes sjabloon itself mints. It folded in XprsnErrorCode, so anyone assigning an XPRSN_* literal to that type has to widen to SjabloonErrorCode | XprsnErrorCode, which is what SjabloonDiagnostic.code is now declared as. relocate also gains a span option beside offset.

Features

  • diagnostics are minted and relocated through waarmerk (4cc2a85)