Skip to content

v1.21.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 11:32
2e007d1

1.21.0 (2026-03-18)

Features

  • batch Priority 1 quick wins (#186, #187, #188, #189) (623b6d2)
  • compact: default returnType to Int and arm pattern to wildcard (91616a8)
  • errors: add proper StructuredError variants for deploy errors (#193) (526a002)
  • quickjs: add bundleSource option for fs-free environments (c056b4d)
  • quickjs: add EdictQuickJS self-hosting PoC with integration tests (#156) (75c4443)
  • quickjs: package EdictQuickJS as distributable sub-export (#200) (51aecad)
  • replace binaryen with pure-JS WASM binary encoder (#198) (132f331)

Bug Fixes

  • remove as-any casts in codegen, contracts — fix Int64 match dead code (d1e2a1b)
  • test: add missing returnType to if-without-else pipeline test (c341c51)