Releases: mysterycommand/parcel-plugin-wasm-pack
Releases · mysterycommand/parcel-plugin-wasm-pack
v6.0.1
6.0.1 (2020-06-06)
Bug Fixes
- empty 'fix' commit to bump the patch version (e3451d6)
v6.0.0
6.0.0 (2020-06-05)
chore
- updating the initPath may be a breaking change (56a84ad)
BREAKING CHANGES
v5.0.1
5.0.1 (2019-11-29)
Bug Fixes
- fix commit to bump patch version (c844473)
v5.0.0
5.0.0 (2019-11-01)
chore
BREAKING CHANGES
v4.1.2
4.1.2 (2019-09-18)
Bug Fixes
- helpers.js: use a regexp with the global flag to replace all instances in a path (1906179)
v4.1.1
4.1.1 (2019-07-21)
Bug Fixes
- browser-wasm-loader.js: instantiate also needs imports (duh!) (6de9f52)
v4.1.0
4.1.0 (2019-07-18)
Bug Fixes
- yarn.lock(s): update transitive dependency on lodash to hopefully fix the security warning (3cd56d2)
Features
- WasmPackAsset: pick out the wasm module import with a regexp (it should work with or without t (c3f14ca)
v4.0.1
4.0.1 (2019-07-02)
Bug Fixes
- package: add loaders package.json's files key, 4.0.0 is broken (8d444ea), closes #61
v4.0.0
4.0.0 (2019-06-30)
Features
- examples/multiple: updates examples/multiple to include the necessary babel config, preset and (f2f99fb)
- examples/single: add a .browserslistrc that specifies the latest version of Chrome and doesn't (42944a1)
- WasmPackAsset: run wasm-pack with --target bundler, and write our own loader based on the parc (8c42ed8), closes #17
BREAKING CHANGES
- WasmPackAsset: adds our own loaders which use async functions and may require the babel transform
runtime depending on target browsers/node versions
v3.1.0
3.1.0 (2019-06-29)
Bug Fixes
Features
- examples: an example using multiple rust/wasm-pack assets in a single bundle (lots of duplicai (c53a506)