Skip to content

Latest commit

History

History
137 lines (69 loc) 路 2.03 KB

CHANGELOG.md

File metadata and controls

137 lines (69 loc) 路 2.03 KB

@rollup/plugin-wasm ChangeLog

v6.2.2

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v6.2.1

2023-09-25

Updates

  • chore: manually bump package version after failed release in CI (0e2fbdd)

v6.1.3

2023-05-12

Updates

  • docs: Fix typo in README #1473

v6.1.2

2023-01-20

Updates

  • docs: Update README with more explicit details #1405

v6.1.1

2022-12-17

Bugfixes

  • fix: rejecting with error on node.js file read #1346

v6.1.0

2022-12-17

Features

  • feat: add wasm fileName customization #1372

v6.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v6.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1301

v5.2.0

2022-04-29

Features

  • feat: Add target environment configuration (#1132)

Updates

  • test: reference atob polyfill in browser test (#1179)

v5.1.2

2020-12-14

Bugfixes

  • fix: Remove eval calls and enable dummy sourcemap (#685)

v5.1.1

2020-10-27

Updates

  • refact: use helper module instead of banner (#607)

v5.1.0

2020-09-09

Features

  • feat: option to not inline wasm (#543)

Updates

  • chore: update dependencies (8ac8237)

v5.0.0

2020-05-20

Breaking Changes

  • chore!: drop node 8 support (ba32053)

Features

  • feat: Switch to TypeScript & named exports (#363)

v4.0.0

2020-05-02

Breaking Changes

  • fix: work with service workers (#334)

3.0.0

2018-02-17

Breaking Changes

  • A function is now imported instead of the module.

Features

  • feat: simplify wasm imports (ace7b2a)