Skip to content

Latest commit

 

History

History
95 lines (44 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

95 lines (44 loc) · 4.57 KB

Changelog

0.3.1 (2023-09-05)

Bug Fixes

0.3.0 (2023-09-04)

⚠ BREAKING CHANGES

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

Bug Fixes

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)

0.2.2 (2023-09-03)

Features

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

0.2.1 (2023-09-02)

Bug Fixes

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

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)

0.1.2 (2023-07-03)

Features

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

0.1.1 (2023-04-15)

Bug Fixes

  • lookbehind assertion with malformed regex (#11) (8787a0a)
  • move repository fields to top-level object (#13) (74f1ffc)

0.1.0 (2023-04-14)

Miscellaneous Chores

0.0.3 (2023-04-12)

Bug Fixes

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

0.0.2 (2023-04-10)

Features

  • add wit idl support for vscode (b24abb8)