Skip to content

Releases: mysterycommand/parcel-plugin-wasm-pack

v3.0.4

27 Jun 15:31
Compare
Choose a tag to compare

3.0.4 (2019-06-27)

Bug Fixes

  • WasmPackAsset: god strings are terrible (2455507)

v3.0.3

27 Jun 14:52
Compare
Choose a tag to compare

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

30 May 15:43
Compare
Choose a tag to compare

3.0.2 (2019-05-30)

Bug Fixes

  • build: be less strict about package managers, and Node versions (b0d6502), closes #32

v3.0.1

23 May 18:39
Compare
Choose a tag to compare

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

22 May 04:52
Compare
Choose a tag to compare

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

09 May 15:24
Compare
Choose a tag to compare

2.0.2 (2019-05-09)

Bug Fixes

  • WasmPackAsset: only await after the promise is cached (9b401d4), closes #20

v2.0.1

09 May 14:46
Compare
Choose a tag to compare

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

08 May 03:46
Compare
Choose a tag to compare

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

07 May 19:30
Compare
Choose a tag to compare

1.1.0 (2019-05-07)

Features

  • loader: add a generic loader (cad7343)

v1.0.2

28 Apr 22:57
Compare
Choose a tag to compare

1.0.2 (2019-04-28)

Bug Fixes

  • src/WasmPackAsset.js: make the dependency lookup dynamic based on production or dev (62e1cdb)