Skip to content

Latest commit

 

History

History
334 lines (149 loc) · 15 KB

File metadata and controls

334 lines (149 loc) · 15 KB

Changelog

0.3.31 (2026-03-25)

Bug Fixes

  • 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)

Bug Fixes

  • add setup-wasm step to release workflow (f7c704c)

0.3.29 (2026-03-17)

Features

  • switch to component model for wit-bindgen-wasm (53ef3f9)

Bug Fixes

  • update dependencies in package.json and Cargo files (c9c8d4d)

0.3.28 (2026-03-01)

Features

  • add JavaScript bindings generation and transpilation for WIT components (a080925)

0.3.27 (2026-02-25)

Bug Fixes

  • update package dependencies and build scripts (6016bae)

0.3.26 (2026-02-12)

Bug Fixes

  • update dependencies in package.json and Cargo files (da10850)

0.3.25 (2026-02-01)

Features

  • integrate go bindings generation using wit-bindgen-go and update documentation (a98fadd)

Bug Fixes

  • drop wee_alloc (security) (f76364b)

0.3.24 (2026-02-01)

Bug Fixes

0.3.23 (2026-01-14)

Bug Fixes

  • update dependencies in package.json and Cargo files (10df891)

0.3.22 (2025-12-31)

Features

0.3.21 (2025-12-17)

Bug Fixes

0.3.20 (2025-12-11)

Features

  • 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)

Bug Fixes

  • add context to WIT content parsing errors (2772d4d)

0.3.19 (2025-12-09)

Features

  • update dependencies in package.json and Cargo files (252d330)

0.3.18 (2025-10-25)

Bug Fixes

  • bump versions to latest (b496ae4)

0.3.17 (2025-10-10)

Bug Fixes

0.3.16 (2025-10-10)

Features

  • add Open VSX Registry publishing support (b0b63ca)

0.3.15 (2025-09-10)

Bug Fixes

  • bump versions to latest (a9ba7e6)

0.3.14 (2025-08-26)

Bug Fixes

  • default formatter to this extension (4dbf472)

0.3.13 (2025-08-26)

Features

  • add pretty print support (cc5b753)

Bug Fixes

  • release-please fails to update issues (b9042ce)

0.3.12 (2025-08-24)

Bug Fixes

  • bump dependency versions (1bcb958)

0.3.11 (2025-08-16)

Features

  • add extract core wasm command (b39c03c)
  • bump dependency versions to latests (a374c58)

0.3.9 (2025-07-02)

Bug Fixes

  • release ci failing to complete (ca5b27b)

0.3.8 (2025-06-30)

Features

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

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)

0.3.6 (2025-06-15)

Bug Fixes

  • automate worker + wasm resource detection (20dda9c)

0.3.5 (2025-06-14)

Features

Bug Fixes

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

0.3.4 (2025-05-29)

Features

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

0.3.3 (2025-05-17)

Bug Fixes

  • sync vscode types and engine (482fd7d)

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)

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)