All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.4 - 2026-09-01
- (deps) update rust dependencies (#79)
- support exported resource methods with arguments (#76)
- (deps) update rust dependencies (#73)
- support async exported resource methods (#77)
- (deps) update cargo-bins/cargo-binstall action to v1.22.0 (#80)
- (deps) update dependency vitest to v4.1.11 (#78)
- (deps) update dependency @napi-rs/cli to v3.8.6 (#74)
- (deps) update github ci dependencies (#72)
- (deps) update dtolnay/rust-toolchain digest to 4360b52 (#71)
0.4.3 - 2026-07-25
- support async iterables for component streams (#69)
- (deps) update actions/setup-node action to v7 (#66)
- (deps) update npm dependencies (#64)
- (deps) update github ci dependencies (#63)
- (deps) update dtolnay/rust-toolchain digest to 4cda84d (#62)
- simplify and harden runtime internals (#70)
0.4.2 - 2026-07-03
- (deps) update actions/cache action to v6 (#61)
- (deps) update github ci dependencies (#59)
- (deps) update dtolnay/rust-toolchain digest to 4be7066 (#58)
- bump wasmtime to v46.0.1 (#57)
- bump wasmtime (#56)
- (deps) update github ci dependencies to v7 (#53)
- (deps) update github ci dependencies (#51)
0.4.1 - 2026-06-18
- move oxc_resolver to host side (#49)
0.4.0 - 2026-06-16
- allow unknown imports during wizening (#48)
- (deps) update rust dependencies (#43)
- transfer owned WIT u8/s8 raw lists directly into TypedArray (#46)
- preserve
thisbinding when slicing (#40) - harden publish workflow
- [breaking] align top-level WIT result bindings with js throw semantics (#47)
- add build time module resolver (#45)
- [breaking] align bindings with jco (#41)
0.3.0 - 2026-06-09
- (deps) update rust dependencies to v45 (#35)
- (deps) update rust dependencies (#34)
- address regression in 1.96 toolchain (#36)
- (ci) do not persist credentials (#30)
0.2.2 - 2026-05-27
- add cargo binstall metadata (#29)
- accept typed arrays in writable.write() (#28)
- (deps) update rust dependencies (#27)
- (deps) update rust dependencies (#25)
0.2.1 - 2026-05-12
- allow runtime builds without async support (#19)