Skip to content

monero-ts-0.11.0

Compare
Choose a tag to compare
@woodser woodser released this 15 Sep 11:54
· 5 commits to master since this release

What's Changed

Full Changelog: v0.10.3...v0.11.0

Breaking Change

Starting with this release, only the web worker needs to be copied to your app's public directory.

Alternatively, you can load the web worker by adding this line to your code, instead of copying it to your app's public directory:

LibraryUtils.setWorkerLoader(() => new Worker(new URL("monero-ts/dist/monero.worker.js", import.meta.url)));

If you continue copying the worker to your app's public directory manually, the web worker was renamed from monero_web_worker.js to monero.worker.js, so your scripts should be updated accordingly.