Skip to content

Commit f7e80ec

Browse files
release: js-component-bindgen v1.16.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb4ecb3 commit f7e80ec

5 files changed

Lines changed: 44 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ wit-bindgen-core = { version = "0.53.1", default-features = false }
5757
wit-component = { version = "0.245.1", features = ["dummy-module"] }
5858
wit-parser = { version = "0.245.1", default-features = false }
5959

60-
js-component-bindgen = { version = "1.16.2", path = "./crates/js-component-bindgen" }
60+
js-component-bindgen = { version = "1.16.3", path = "./crates/js-component-bindgen" }

crates/js-component-bindgen/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [1.16.3] - 2026-03-23
4+
5+
### 🚀 Features
6+
7+
- _(bindgen)_ add stream lift for flags by @vados-cosmonic
8+
9+
- _(bindgen)_ add flat lift for tuple<t> by @vados-cosmonic
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
- _(bindgen)_ stream timing issue by @vados-cosmonic
15+
16+
- _(bindgen)_ list canon lower for special cased list<u8> by @vados-cosmonic
17+
18+
- _(bindgen)_ use of async enter by @vados-cosmonic
19+
20+
- _(bindgen)_ error tag name by @vados-cosmonic
21+
22+
- _(bindgen)_ async flat lift impl for fixed length lists by @vados-cosmonic
23+
24+
- _(bindgen)_ list async lift impls for list & fixed size list by @vados-cosmonic
25+
26+
27+
### 🚜 Refactor
28+
29+
- _(bindgen)_ impl for fixed/unknown length lists by @vados-cosmonic
30+
31+
- _(bindgen)_ rework async lift for enums by @vados-cosmonic
32+
33+
34+
### ⚙️ Miscellaneous Tasks
35+
36+
- _(bindgen)_ clippy by @vados-cosmonic
37+
38+
- _(bindgen)_ show value in debug msg for incorrect variant input by @vados-cosmonic
39+
40+
41+
42+
343
## [1.16.2] - 2026-03-18
444

545
### 🚀 Features

crates/js-component-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-component-bindgen"
3-
version = "1.16.2"
3+
version = "1.16.3"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)