v0.219.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(wasm,playground): add bynk_complete entry and wire playground completion by @accuser in #816
- LSP: cache per-URI project-root routing by @accuser in #817
- fix(emit): support mixed typed + Wire args in a system-tier http call by @accuser in #818
- docs: fix pattern prose omitting literal and binding forms by @accuser in #819
- LSP extract-function: multi-statement block extraction by @accuser in #820
- LSP: close root-cache TOCTOU flagged in #817 review by @accuser in #822
- docs(spec): document newline sensitivity, fix false match-arm comment by @accuser in #823
- fix(emit): route Wire(...) + by Nobody to a raw no-auth driver by @accuser in #824
- fix(deps): bump brace-expansion and js-yaml to close high-severity npm audit findings by @accuser in #826
- feat(lang): or-patterns (
p₁ | p₂) in match and is by @accuser in #825 - deps: remove stale bynkc lockfile; patch vscode-bynk dev-dep DoS (#829) by @accuser in #833
- chore(security): add SECURITY.md; document accepted npm-pin risk (#831, #828) by @accuser in #834
- feat(lang): refined patterns in match (
_ where <predicate>) by @accuser in #827
Full Changelog: v0.216.1...v0.219.0