Skip to content

Releases: bytecodealliance/vscode-wit

wit-idl: v0.3.9

02 Jul 09:30
Compare
Choose a tag to compare

0.3.9 (2025-07-02)

Bug Fixes

  • release ci failing to complete (ca5b27b)

wit-idl: v0.3.8

30 Jun 13:45
Compare
Choose a tag to compare

0.3.8 (2025-06-30)

Features

  • implement sized list syntax support (list<type, size>) (ae26b28), closes #57

wit-idl: v0.3.7

25 Jun 06:10
Compare
Choose a tag to compare

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

16 Jun 16:29
Compare
Choose a tag to compare

0.3.6 (2025-06-15)

Bug Fixes

  • automate worker + wasm resource detection (20dda9c)

wit-idl: v0.3.5

14 Jun 15:22
Compare
Choose a tag to compare

0.3.5 (2025-06-14)

Features

Bug Fixes

  • update devDependencies to use exact versions (abee70b), closes #50

wit-idl: v0.3.4

29 May 20:50
Compare
Choose a tag to compare

0.3.4 (2025-05-29)

Features

  • add support for feature gates (8624eb4), closes #34

wit-idl-v0.3.3

19 May 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: wit-idl-v0.3.2...wit-idl-v0.3.3

wit-idl: v0.3.2

17 May 08:00
Compare
Choose a tag to compare

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

05 Sep 19:10
e4c1ca6
Compare
Choose a tag to compare

0.3.1 (2023-09-05)

Bug Fixes

wit-idl: v0.3.0

04 Sep 09:11
c91a15f
Compare
Choose a tag to compare

0.3.0 (2023-09-04)

⚠ BREAKING CHANGES

  • The union type has been removed from the WIT grammar.

Bug Fixes