Bump versions for v0.2.88 (#3676) · rustwasm/wasm-bindgen@0b5f0ee (original) (raw)

File tree

50 files changed

lines changed

50 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
1 1 # `wasm-bindgen` Change Log
2 2 --------------------------------------------------------------------------------
3 3
4 -## [Unreleased](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...main)
4 +## [0.2.88](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...0.2.88)
5 +
6 +Released 2023-11-01
5 7
6 8 ### Added
7 9
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 readme = "README.md"
@@ -42,15 +42,15 @@ xxx_debug_only_print_generated_code = [
42 42 ]
43 43
44 44 [dependencies]
45 -wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.87" }
45 +wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.88" }
46 46 serde = { version = "1.0", optional = true }
47 47 serde_json = { version = "1.0", optional = true }
48 48 cfg-if = "1.0.0"
49 49
50 50 [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
51 -js-sys = { path = 'crates/js-sys', version = '0.3.64' }
52 -wasm-bindgen-test = { path = 'crates/test', version = '=0.3.37' }
53 -wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.37' }
51 +js-sys = { path = 'crates/js-sys', version = '0.3.65' }
52 +wasm-bindgen-test = { path = 'crates/test', version = '=0.3.38' }
53 +wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.38' }
54 54 serde_derive = "1.0"
55 55 wasm-bindgen-test-crate-a = { path = 'tests/crates/a', version = '0.1' }
56 56 wasm-bindgen-test-crate-b = { path = 'tests/crates/b', version = '0.1' }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-backend"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"
@@ -23,4 +23,4 @@ once_cell = "1.12"
23 23 proc-macro2 = "1.0"
24 24 quote = '1.0'
25 25 syn = { version = '2.0', features = ['full'] }
26 -wasm-bindgen-shared = { path = "../shared", version = "=0.2.87" }
26 +wasm-bindgen-shared = { path = "../shared", version = "=0.2.88" }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-cli-support"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli-support"
@@ -20,10 +20,10 @@ rustc-demangle = "0.1.13"
20 20 serde_json = "1.0"
21 21 tempfile = "3.0"
22 22 walrus = "0.19.0"
23 -wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.87' }
24 -wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.87' }
25 -wasm-bindgen-shared = { path = "../shared", version = '=0.2.87' }
26 -wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.87' }
27 -wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.87' }
28 -wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.87' }
23 +wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.88' }
24 +wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.88' }
25 +wasm-bindgen-shared = { path = "../shared", version = '=0.2.88' }
26 +wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.88' }
27 +wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.88' }
28 +wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.88' }
29 29 unicode-ident = "1.0.5"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-cli"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"
@@ -34,8 +34,8 @@ ureq = { version = "2.7", default-features = false, features = [
34 34 "gzip",
35 35 ] }
36 36 walrus = { version = "0.19.0", features = ['parallel'] }
37 -wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.87" }
38 -wasm-bindgen-shared = { path = "../shared", version = "=0.2.87" }
37 +wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.88" }
38 +wasm-bindgen-shared = { path = "../shared", version = "=0.2.88" }
39 39
40 40 [dev-dependencies]
41 41 assert_cmd = "1.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-externref-xform"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/externref-xform"
Original file line number Diff line number Diff line change
@@ -7,14 +7,14 @@ license = "MIT OR Apache-2.0"
7 7 name = "wasm-bindgen-futures"
8 8 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
9 9 readme = "./README.md"
10 -version = "0.4.37"
10 +version = "0.4.38"
11 11 edition = "2018"
12 12 rust-version = "1.57"
13 13
14 14 [dependencies]
15 15 cfg-if = "1.0.0"
16 -js-sys = { path = "../js-sys", version = '0.3.64' }
17 -wasm-bindgen = { path = "../..", version = '0.2.87' }
16 +js-sys = { path = "../js-sys", version = '0.3.65' }
17 +wasm-bindgen = { path = "../..", version = '0.2.88' }
18 18 futures-core = { version = '0.3.8', default-features = false, optional = true }
19 19
20 20 [features]
@@ -29,6 +29,6 @@ features = [
29 29 ]
30 30
31 31 [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
32 -wasm-bindgen-test = { path = '../test', version = '0.3.37' }
32 +wasm-bindgen-test = { path = '../test', version = '0.3.38' }
33 33 futures-channel-preview = { version = "0.3.0-alpha.18" }
34 34 futures-lite = { version = "1.11.3", default-features = false }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "js-sys"
3 -version = "0.3.64"
3 +version = "0.3.65"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 readme = "./README.md"
6 6 categories = ["wasm"]
@@ -20,9 +20,9 @@ test = false
20 20 doctest = false
21 21
22 22 [dependencies]
23 -wasm-bindgen = { path = "../..", version = "0.2.87" }
23 +wasm-bindgen = { path = "../..", version = "0.2.88" }
24 24
25 25 [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
26 -wasm-bindgen-test = { path = '../test', version = '=0.3.37' }
27 -wasm-bindgen-futures = { path = '../futures', version = '0.4.37' }
28 -web-sys = { path = "../web-sys", version = "0.3.64", features = ["Headers", "Response", "ResponseInit"] }
26 +wasm-bindgen-test = { path = '../test', version = '=0.3.38' }
27 +wasm-bindgen-futures = { path = '../futures', version = '0.4.38' }
28 +web-sys = { path = "../web-sys", version = "0.3.65", features = ["Headers", "Response", "ResponseInit"] }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-macro-support"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support"
@@ -21,5 +21,5 @@ strict-macro = []
21 21 syn = { version = '2.0', features = ['visit', 'full'] }
22 22 quote = '1.0'
23 23 proc-macro2 = "1.0"
24 -wasm-bindgen-backend = { path = "../backend", version = "=0.2.87" }
25 -wasm-bindgen-shared = { path = "../shared", version = "=0.2.87" }
24 +wasm-bindgen-backend = { path = "../backend", version = "=0.2.88" }
25 +wasm-bindgen-shared = { path = "../shared", version = "=0.2.88" }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-macro"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
@@ -21,11 +21,11 @@ xxx_debug_only_print_generated_code = []
21 21 strict-macro = ["wasm-bindgen-macro-support/strict-macro"]
22 22
23 23 [dependencies]
24 -wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.87" }
24 +wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.88" }
25 25 quote = "1.0"
26 26
27 27 [dev-dependencies]
28 28 trybuild = "1.0"
29 -wasm-bindgen = { path = "../..", version = "0.2.87" }
30 -wasm-bindgen-futures = { path = "../futures", version = "0.4.37" }
31 -web-sys = { path = "../web-sys", version = "0.3.64", features = ["Worker"] }
29 +wasm-bindgen = { path = "../..", version = "0.2.88" }
30 +wasm-bindgen-futures = { path = "../futures", version = "0.4.38" }
31 +web-sys = { path = "../web-sys", version = "0.3.65", features = ["Worker"] }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-multi-value-xform"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/multi-value-xform"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-shared"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-test-macro"
3 -version = "0.3.37"
3 +version = "0.3.38"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 description = "Internal testing macro for wasm-bindgen"
6 6 license = "MIT OR Apache-2.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-test"
3 -version = "0.3.37"
3 +version = "0.3.38"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 description = "Internal testing crate for wasm-bindgen"
6 6 license = "MIT OR Apache-2.0"
@@ -10,11 +10,11 @@ rust-version = "1.57"
10 10
11 11 [dependencies]
12 12 console_error_panic_hook = '0.1'
13 -js-sys = { path = '../js-sys', version = '0.3.64' }
13 +js-sys = { path = '../js-sys', version = '0.3.65' }
14 14 scoped-tls = "1.0"
15 -wasm-bindgen = { path = '../..', version = '0.2.87' }
16 -wasm-bindgen-futures = { path = '../futures', version = '0.4.37' }
17 -wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.37' }
15 +wasm-bindgen = { path = '../..', version = '0.2.88' }
16 +wasm-bindgen-futures = { path = '../futures', version = '0.4.38' }
17 +wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.38' }
18 18 gg-alloc = { version = "1.0", optional = true }
19 19
20 20 [lib]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-threads-xform"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/threads-xform"
@@ -15,7 +15,7 @@ rust-version = "1.57"
15 15 [dependencies]
16 16 anyhow = "1.0"
17 17 walrus = "0.19.0"
18 -wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.87" }
18 +wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.88" }
19 19
20 20 [dev-dependencies]
21 21 rayon = "1.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-wasm-conventions"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/wasm-conventions"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "wasm-bindgen-wasm-interpreter"
3 -version = "0.2.87"
3 +version = "0.2.88"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 license = "MIT OR Apache-2.0"
6 6 repository = "https://github.com/rustwasm/wasm-bindgen/tree/main/crates/wasm-interpreter"
@@ -16,7 +16,7 @@ rust-version = "1.57"
16 16 anyhow = "1.0"
17 17 log = "0.4"
18 18 walrus = "0.19.0"
19 -wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.87" }
19 +wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.88" }
20 20
21 21 [dev-dependencies]
22 22 tempfile = "3"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "web-sys"
3 -version = "0.3.64"
3 +version = "0.3.65"
4 4 authors = ["The wasm-bindgen Developers"]
5 5 readme = "./README.md"
6 6 homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"
@@ -22,12 +22,12 @@ doctest = false
22 22 test = false
23 23
24 24 [dependencies]
25 -wasm-bindgen = { path = "../..", version = "0.2.87" }
26 -js-sys = { path = '../js-sys', version = '0.3.64' }
25 +wasm-bindgen = { path = "../..", version = "0.2.88" }
26 +js-sys = { path = '../js-sys', version = '0.3.65' }
27 27
28 28 [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
29 -wasm-bindgen-test = { path = '../test', version = '0.3.37' }
30 -wasm-bindgen-futures = { path = '../futures', version = '0.4.37' }
29 +wasm-bindgen-test = { path = '../test', version = '0.3.38' }
30 +wasm-bindgen-futures = { path = '../futures', version = '0.4.38' }
31 31
32 32 # This list is auto-generated by the wasm-bindgen-webidl program
33 33 [features]
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ log = "0.4.1"
21 21 proc-macro2 = "1.0"
22 22 quote = '1.0'
23 23 syn = { version = '2.0', features = ['full'] }
24 -wasm-bindgen-backend = { version = "=0.2.87", path = "../backend" }
24 +wasm-bindgen-backend = { version = "=0.2.88", path = "../backend" }
25 25 weedle = { git = "https://github.com/rustwasm/weedle.git" }
26 26 once_cell = "1.12"
27 27 sourcefile = "0.1"
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
12 +wasm-bindgen = "0.2.88"
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -js-sys = "0.3.64"
13 -wasm-bindgen = "0.2.87"
12 +js-sys = "0.3.65"
13 +wasm-bindgen = "0.2.88"
14 14
15 15 [dependencies.web-sys]
16 16 version = "0.3.4"
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
12 +wasm-bindgen = "0.2.88"
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
13 -js-sys = "0.3.64"
12 +wasm-bindgen = "0.2.88"
13 +js-sys = "0.3.65"
14 14
15 15 [dependencies.web-sys]
16 16 version = "0.3.4"
Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
13 -web-sys = { version = "0.3.64", features = ['console'] }
12 +wasm-bindgen = "0.2.88"
13 +web-sys = { version = "0.3.65", features = ['console'] }
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
12 +wasm-bindgen = "0.2.88"
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
12 +wasm-bindgen = "0.2.88"
13 13
14 14 [dependencies.web-sys]
15 15 version = "0.3.4"
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
12 +wasm-bindgen = "0.2.88"
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ rust-version = "1.57"
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 -wasm-bindgen = "0.2.87"
13 -js-sys = "0.3.64"
14 -wasm-bindgen-futures = "0.4.37"
12 +wasm-bindgen = "0.2.88"
13 +js-sys = "0.3.65"
14 +wasm-bindgen-futures = "0.4.38"
15 15
16 16 [dependencies.web-sys]
17 17 version = "0.3.4"