Skip to content

Releases: woodser/monero-ts

monero-ts-0.11.1

17 Sep 12:46
Compare
Choose a tag to compare

This release only updates emscripten to the latest version. See the previous release notes for other significant changes.

What's Changed

Full Changelog: v0.11.0...v0.11.1

monero-ts-0.11.0

15 Sep 11:54
Compare
Choose a tag to compare

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.

monero-ts-v0.10.3

28 Aug 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.3

monero-ts-v0.10.1

21 Aug 21:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

monero-ts-v0.10.0

16 Aug 15:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.10.0

monero-ts-v0.9.9

monero-ts-v0.9.7

13 Mar 14:19
Compare
Choose a tag to compare

monero-ts-v0.9.6

monero-ts-v0.9.5

monero-ts-v0.9.4

11 Nov 15:33
Compare
Choose a tag to compare