File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ Not released yet
22
22
* More helper methods for ` js_sys::Array ` have been added.
23
23
[ #1749 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1749 )
24
24
25
+ * Initial support for the WebAssembly multi-value proposal has been added.
26
+ [ #1764 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1764 )
27
+
28
+ * Constructors for ` js_sys::Date ` with optional parameters has been added.
29
+ [ #1759 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1759 )
30
+
31
+ * Headless tests can now be run against a remote webdriver client
32
+ [ #1744 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1744 )
33
+
25
34
### Changed
26
35
27
36
* The ` passStringToWasm ` function has been optimized for size.
@@ -32,6 +41,15 @@ Not released yet
32
41
* BOM markers will not be preserved when passing strings to/from wasm.
33
42
[ #1730 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1730 )
34
43
44
+ * Importing a ` static ` value which isn't a ` JsValue ` has been fixed.
45
+ [ #1784 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1784 )
46
+
47
+ * Converting ` undefined ` to a Rust value via ` into_serde ` has been fixed.
48
+ [ #1783 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1783 )
49
+
50
+ * Routine errors are no longer erroneously logged in debug mode.
51
+ [ #1788 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1788 )
52
+
35
53
--------------------------------------------------------------------------------
36
54
37
55
## 0.2.50
You can’t perform that action at this time.
0 commit comments