js-sys
Change LogReleased YYYY-MM-DD.
Released 2018-08-13.
Array.prototype.splice
.RegExp
.ArrayBuffer.prototype.byteLength
.#[wasm_bindgen(extends = ...)]
attribute to various JS types.EvalError
.Promise
. See the new wasm-bindgen-futures
crate for integrating JS Promise
s into Rust Future
s.JSON.{parse,stringify}
.Array.of
.Intl.Collator
.Object.assign
.Object.create
.RangeError
.ReferenceError
.Symbol.unscopables
.URIError
.SyntaxError
.TypeError
.Intl
namespace was previously a bound object with static methods hanging off of it. It is now a module with free functions, and nested types.Released 2018-07-26.
Initial release!