0.3.31 (2026-03-25)
- enhance WIT validation and binding generation with source path support (0121969), closes #121
- update @bytecodealliance/jco and toml dependencies (58a9d99)
0.3.30 (2026-03-17)
- add setup-wasm step to release workflow (f7c704c)
0.3.29 (2026-03-17)
- switch to component model for wit-bindgen-wasm (53ef3f9)
- update dependencies in package.json and Cargo files (c9c8d4d)
0.3.28 (2026-03-01)
- add JavaScript bindings generation and transpilation for WIT components (a080925)
0.3.27 (2026-02-25)
- update package dependencies and build scripts (6016bae)
0.3.26 (2026-02-12)
- update dependencies in package.json and Cargo files (da10850)
0.3.25 (2026-02-01)
- integrate go bindings generation using wit-bindgen-go and update documentation (a98fadd)
- drop wee_alloc (security) (f76364b)
0.3.24 (2026-02-01)
- bump versions (0148538)
0.3.23 (2026-01-14)
- update dependencies in package.json and Cargo files (10df891)
0.3.22 (2025-12-31)
- bump versions (5f9163e)
0.3.21 (2025-12-17)
- switch to @vscode/vsce (df196ac)
0.3.20 (2025-12-11)
- add C++ bindings generation support and update related configur… (#103) (84e63a6)
- add support for generating Markdown documentation and update re… (#104) (65b0f49)
- enhance CI workflows with caching for Node.js and Rust dependen… (#105) (112963a)
- add context to WIT content parsing errors (2772d4d)
0.3.19 (2025-12-09)
- update dependencies in package.json and Cargo files (252d330)
0.3.18 (2025-10-25)
- bump versions to latest (b496ae4)
0.3.17 (2025-10-10)
- publish to ovsx (aacbf7b)
0.3.16 (2025-10-10)
- add Open VSX Registry publishing support (b0b63ca)
0.3.15 (2025-09-10)
- bump versions to latest (a9ba7e6)
0.3.14 (2025-08-26)
- default formatter to this extension (4dbf472)
0.3.13 (2025-08-26)
- add pretty print support (cc5b753)
- release-please fails to update issues (b9042ce)
0.3.12 (2025-08-24)
- bump dependency versions (1bcb958)
0.3.11 (2025-08-16)
0.3.9 (2025-07-02)
- release ci failing to complete (ca5b27b)
0.3.8 (2025-06-30)
0.3.7 (2025-06-25)
- missing world error failing to parse (dbf1fd3)
0.3.6 (2025-06-15)
- automate worker + wasm resource detection (20dda9c)
0.3.5 (2025-06-14)
- basic syntax checking (57d8f5a)
0.3.4 (2025-05-29)
0.3.3 (2025-05-17)
- sync vscode types and engine (482fd7d)
0.3.2 (2025-05-12)
- comments on type aliases are now recognized as comments (80c21d1)
- separate rules for
resultkeyword with and without <> (cf87929)
0.3.1 (2023-09-05)
0.3.0 (2023-09-04)
- The
uniontype has been removed from the WIT grammar.
0.2.3 (2023-09-03)
- add basic markdown highlighting in doc-comments (e64075b)
- add simple auto-complete for keywords and built-in types (7bb2014)
- automatically continue doc-comments (
///,/**) on next line (b037f85) - configure wordPattern to improve word highlighting and autocomplete suggestions (7e887c6)
- target newer VSCode to enable extension activation (5c80b4a)
0.2.2 (2023-09-03)
0.2.1 (2023-09-02)
0.2.0 (2023-07-08)
- The
default,self,pkgkeywords have been removed from the grammar.
0.1.2 (2023-07-03)
0.1.1 (2023-04-15)
- lookbehind assertion with malformed regex (#11) (8787a0a)
- move repository fields to top-level object (#13) (74f1ffc)
0.1.0 (2023-04-14)
- release 0.1.0 (e50fec0)
0.0.3 (2023-04-12)
0.0.2 (2023-04-10)
- add wit idl support for vscode (b24abb8)