6.0.1 (2020-06-06)
- empty 'fix' commit to bump the patch version (e3451d6)
6.0.0 (2020-06-05)
- updating the initPath may be a breaking change (56a84ad)
- initPath is updated
5.0.1 (2019-11-29)
- fix commit to bump patch version (c844473)
5.0.0 (2019-11-01)
- bump engine (3eaafd4)
- node 12
4.1.2 (2019-09-18)
- helpers.js: use a regexp with the global flag to replace all instances in a path (1906179)
4.1.1 (2019-07-21)
- browser-wasm-loader.js: instantiate also needs imports (duh!) (6de9f52)
4.1.0 (2019-07-18)
- yarn.lock(s): update transitive dependency on lodash to hopefully fix the security warning (3cd56d2)
- WasmPackAsset: pick out the wasm module import with a regexp (it should work with or without t (c3f14ca)
4.0.1 (2019-07-02)
4.0.0 (2019-06-30)
- 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
- WasmPackAsset: adds our own loaders which use async functions and may require the babel transform runtime depending on target browsers/node versions
3.1.0 (2019-06-29)
- examples: an example using multiple rust/wasm-pack assets in a single bundle (lots of duplicai (c53a506)
3.0.4 (2019-06-27)
- WasmPackAsset: god strings are terrible (2455507)
3.0.3 (2019-06-27)
- WasmPackAsset: replace 'import.meta.url' with an error saying that the module arg is required f (ece0ac4), closes #54
3.0.2 (2019-05-30)
3.0.1 (2019-05-23)
3.0.0 (2019-05-22)
- WasmPackAsset: export
exports
not__exports
... technically bad JS but it works (fecc5df)
- WasmPackAsset: anything that mistakenly relied on stuff in
__exports
won't get that any more
2.0.2 (2019-05-09)
2.0.1 (2019-05-09)
- WasmPackAsset: make
isRustInstalling
a promise, assign it once and await that everywhere (f4004f5) - empty commit to mark the fix (4428e5b), closes #20
2.0.0 (2019-05-08)
- no longer builds node target correctly
1.1.0 (2019-05-07)
- loader: add a generic loader (cad7343)
1.0.2 (2019-04-28)
- src/WasmPackAsset.js: make the dependency lookup dynamic based on production or dev (62e1cdb)
1.0.1 (2019-04-15)
- .travis.yml: update token (8a64162)