Releases: ruffle-rs/ruffle
Releases · ruffle-rs/ruffle
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.
Nightly 2021-07-18
web: Fix and cleanup npm build scripts * Remove `buildProduction` as it was equivalent to `build`. * Fix `build:avm_debug` and change it to `build:debug`, which also disables Webpack optimizations.