Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

73 lines (37 loc) · 919 Bytes

@rollup/plugin-wasm ChangeLog

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)