Skip to content

Releases: mysterycommand/parcel-plugin-wasm-pack

v6.0.1

06 Jun 22:09
Compare
Choose a tag to compare

6.0.1 (2020-06-06)

Bug Fixes

  • empty 'fix' commit to bump the patch version (e3451d6)

v6.0.0

05 Jun 07:16
Compare
Choose a tag to compare

6.0.0 (2020-06-05)

chore

  • updating the initPath may be a breaking change (56a84ad)

BREAKING CHANGES

  • initPath is updated

v5.0.1

29 Nov 02:31
Compare
Choose a tag to compare

5.0.1 (2019-11-29)

Bug Fixes

  • fix commit to bump patch version (c844473)

v5.0.0

01 Nov 01:48
Compare
Choose a tag to compare

5.0.0 (2019-11-01)

chore

BREAKING CHANGES

  • node 12

v4.1.2

18 Sep 16:13
Compare
Choose a tag to compare

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

21 Jul 14:34
Compare
Choose a tag to compare

4.1.1 (2019-07-21)

Bug Fixes

  • browser-wasm-loader.js: instantiate also needs imports (duh!) (6de9f52)

v4.1.0

18 Jul 21:48
Compare
Choose a tag to compare

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

02 Jul 23:25
Compare
Choose a tag to compare

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

30 Jun 03:37
Compare
Choose a tag to compare

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

29 Jun 18:54
Compare
Choose a tag to compare

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)