UNPKG

429 BMarkdownView Raw
1# @rollup/plugin-wasm ChangeLog
2
3## v5.0.0
4
5_2020-05-20_
6
7### Breaking Changes
8
9- chore!: drop node 8 support (ba32053)
10
11### Features
12
13- feat: Switch to TypeScript & named exports (#363)
14
15## v4.0.0
16
17_2020-05-02_
18
19### Breaking Changes
20
21- fix: work with service workers (#334)
22
23## 3.0.0
24
25_2018-02-17_
26
27### Breaking Changes
28
29- A function is now imported instead of the module.
30
31### Features
32
33- feat: simplify wasm imports (ace7b2a)