Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-08-01

01 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-01 Pre-release
Pre-release
nightly-2021-08-01

fix: remove the version requirement for mesa drivers

Nightly 2021-07-29

29 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-29 Pre-release
Pre-release
nightly-2021-07-29

docs: Fix CONTRIBUTING.md table of contents link

Nightly 2021-07-28

28 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-28 Pre-release
Pre-release
Revert "web: Simplify .wasm loading"

This reverts commit 66bfff7687e4885eb6b0a9699b06ce806a3ba579.

Nightly 2021-07-25

25 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-25 Pre-release
Pre-release
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

23 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-23 Pre-release
Pre-release
nightly-2021-07-23

chore: Bump mesa-vulkan-drivers version

Nightly 2021-07-22

22 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-22 Pre-release
Pre-release
nightly-2021-07-22

tests: Add test for generateRandomBytes

Nightly 2021-07-21

21 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-21 Pre-release
Pre-release
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

20 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-20 Pre-release
Pre-release
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

19 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-19 Pre-release
Pre-release
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

18 Jul 00:01
Compare
Choose a tag to compare
Nightly 2021-07-18 Pre-release
Pre-release
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.