Releases: ruffle-rs/ruffle
Releases · ruffle-rs/ruffle
Nightly 2021-08-02
chore: Bump @types/chrome from 0.0.145 to 0.0.149 in /web Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.145 to 0.0.149. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2021-08-01
nightly-2021-08-01 fix: remove the version requirement for mesa drivers
Nightly 2021-07-29
nightly-2021-07-29 docs: Fix CONTRIBUTING.md table of contents link
Nightly 2021-07-28
Revert "web: Simplify .wasm loading" This reverts commit 66bfff7687e4885eb6b0a9699b06ce806a3ba579.
Nightly 2021-07-25
web: Simplify .wasm loading Use wasm-bindgen's built-in loader instead of relying on Webpack. This allows to no longer declare .wasm files as resource assets in each webpack.config.js. Also the bundled JS is a bit smaller (e.g. demo is now ~88KB vs. ~90KB before).
Nightly 2021-07-23
nightly-2021-07-23 chore: Bump mesa-vulkan-drivers version
Nightly 2021-07-22
nightly-2021-07-22 tests: Add test for generateRandomBytes
Nightly 2021-07-21
chore: Reserve capacity for vectors This avoids unnecessary re-allocations and thus should improve performance in both memory and time terms.
Nightly 2021-07-20
chore: Bump env_logger from 0.8.4 to 0.9.0 Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.8.4 to 0.9.0. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.4...v0.9.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2021-07-19
avm1: Rename `set_watcher` and `remove_watcher` to `watch` and `unwatch` This better reflects their correspondence to `Object.watch` and `Object.unwatch` respectively.