UNPKG

563 BMarkdownView Raw
1# @rollup/plugin-wasm ChangeLog
2
3## v5.1.0
4
5_2020-09-09_
6
7### Features
8
9- feat: option to not inline wasm (#543)
10
11### Updates
12
13- chore: update dependencies (8ac8237)
14
15## v5.0.0
16
17_2020-05-20_
18
19### Breaking Changes
20
21- chore!: drop node 8 support (ba32053)
22
23### Features
24
25- feat: Switch to TypeScript & named exports (#363)
26
27## v4.0.0
28
29_2020-05-02_
30
31### Breaking Changes
32
33- fix: work with service workers (#334)
34
35## 3.0.0
36
37_2018-02-17_
38
39### Breaking Changes
40
41- A function is now imported instead of the module.
42
43### Features
44
45- feat: simplify wasm imports (ace7b2a)