Releases: mysterycommand/parcel-plugin-wasm-pack
Releases · mysterycommand/parcel-plugin-wasm-pack
v3.0.4
3.0.4 (2019-06-27)
Bug Fixes
- WasmPackAsset: god strings are terrible (2455507)
v3.0.3
3.0.3 (2019-06-27)
Bug Fixes
- WasmPackAsset: replace 'import.meta.url' with an error saying that the module arg is required f (ece0ac4), closes #54
v3.0.2
3.0.2 (2019-05-30)
Bug Fixes
- build: be less strict about package managers, and Node versions (b0d6502), closes #32
v3.0.1
3.0.1 (2019-05-23)
Bug Fixes
- package.json: just an empty commit to mark the "fix" for semver (a64b5b6), closes #30
v3.0.0
3.0.0 (2019-05-22)
Code Refactoring
- WasmPackAsset: export
exports
not __exports
... technically bad JS but it works (fecc5df)
BREAKING CHANGES
- WasmPackAsset: anything that mistakenly relied on stuff in
__exports
won't get that any more
v2.0.2
2.0.2 (2019-05-09)
Bug Fixes
- WasmPackAsset: only await after the promise is cached (9b401d4), closes #20
v2.0.1
2.0.1 (2019-05-09)
Bug Fixes
- WasmPackAsset: make
isRustInstalling
a promise, assign it once and await that everywhere (f4004f5)
- empty commit to mark the fix (4428e5b), closes #20
v2.0.0
2.0.0 (2019-05-08)
chore
- bump major version (broke node) (adc553b), closes #17
BREAKING CHANGES
- no longer builds node target correctly
v1.1.0
1.1.0 (2019-05-07)
Features
- loader: add a generic loader (cad7343)
v1.0.2
1.0.2 (2019-04-28)
Bug Fixes
- src/WasmPackAsset.js: make the dependency lookup dynamic based on production or dev (62e1cdb)