Releases: bytecodealliance/vscode-wit
Releases · bytecodealliance/vscode-wit
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
wit-idl: v0.2.3
0.2.3 (2023-09-03)
Features
- 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)
Bug Fixes
- target newer VSCode to enable extension activation (5c80b4a)
wit-idl: v0.2.2
0.2.2 (2023-09-03)
Features
- add toplevel use keyword to wit grammar (#26) (8990d18)
wit-idl: v0.2.1
0.2.1 (2023-09-02)
Bug Fixes
- remove commitlint config file from extension package (#23) (b75af2d)
wit-idl: v0.2.0
0.2.0 (2023-07-08)
⚠ BREAKING CHANGES
- The
default
, self
, pkg
keywords have been removed from the grammar.
Features
- add package keyword to wit grammar (#19) (8c9acc7)
wit-idl: v0.1.2
0.1.2 (2023-07-03)
Features
- add include keyword to wit grammar (#17) (dcc5a30)
wit-idl: v0.1.1
0.1.1 (2023-04-15)
Bug Fixes
- lookbehind assertion with malformed regex (#11) (8787a0a)
- move repository fields to top-level object (#13) (74f1ffc)
wit-idl: v0.1.0
0.1.0 (2023-04-14)
Miscellaneous Chores
wit-idl: v0.0.3
0.0.3 (2023-04-12)
Bug Fixes
- ensure kebab case for identifiers (#5) (7ec3057)