Skip to content

Releases: bytecodealliance/vscode-wit

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

wit-idl: v0.2.3

03 Sep 13:28
a043f00
Compare
Choose a tag to compare

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

03 Sep 04:02
4288afa
Compare
Choose a tag to compare

0.2.2 (2023-09-03)

Features

  • add toplevel use keyword to wit grammar (#26) (8990d18)

wit-idl: v0.2.1

02 Sep 23:11
c735ece
Compare
Choose a tag to compare

0.2.1 (2023-09-02)

Bug Fixes

  • remove commitlint config file from extension package (#23) (b75af2d)

wit-idl: v0.2.0

08 Jul 07:24
f5083b8
Compare
Choose a tag to compare

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

03 Jul 22:05
4bbf321
Compare
Choose a tag to compare

0.1.2 (2023-07-03)

Features

  • add include keyword to wit grammar (#17) (dcc5a30)

wit-idl: v0.1.1

15 Apr 06:50
24e2818
Compare
Choose a tag to compare

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

14 Apr 17:45
3585bde
Compare
Choose a tag to compare

0.1.0 (2023-04-14)

Miscellaneous Chores

wit-idl: v0.0.3

12 Apr 01:25
2b4bf74
Compare
Choose a tag to compare

0.0.3 (2023-04-12)

Bug Fixes

  • ensure kebab case for identifiers (#5) (7ec3057)