Releases: bytecodealliance/vscode-wit
Releases · bytecodealliance/vscode-wit
wit-idl: v0.3.9
0.3.9 (2025-07-02)
Bug Fixes
- release ci failing to complete (ca5b27b)
wit-idl: v0.3.8
0.3.8 (2025-06-30)
Features
- implement sized list syntax support (list<type, size>) (ae26b28), closes #57
wit-idl: v0.3.7
0.3.7 (2025-06-25)
Features
- add code generation (cc7dd88)
- add keybindings for syntax checking commands (55f1b46)
Bug Fixes
- missing world error failing to parse (dbf1fd3)
wit-idl: v0.3.6
0.3.6 (2025-06-15)
Bug Fixes
- automate worker + wasm resource detection (20dda9c)
wit-idl: v0.3.5
0.3.5 (2025-06-14)
Features
Bug Fixes
- update devDependencies to use exact versions (abee70b), closes #50
wit-idl: v0.3.4
0.3.4 (2025-05-29)
Features
- add support for feature gates (8624eb4), closes #34
wit-idl: v0.3.2
0.3.2 (2025-05-12)
Bug Fixes
- comments on type aliases are now recognized as comments (80c21d1)
- separate rules for
result
keyword with and without <> (cf87929)
wit-idl: v0.3.1
0.3.1 (2023-09-05)
Bug Fixes
wit-idl: v0.3.0
0.3.0 (2023-09-04)
⚠ BREAKING CHANGES
- The
union
type has been removed from the WIT grammar.
Bug Fixes