UNPKG

756 BMarkdownView Raw
1# @rollup/plugin-wasm ChangeLog
2
3## v5.1.2
4
5_2020-12-14_
6
7### Bugfixes
8
9- fix: Remove `eval` calls and enable dummy sourcemap (#685)
10
11## v5.1.1
12
13_2020-10-27_
14
15### Updates
16
17- refact: use helper module instead of banner (#607)
18
19## v5.1.0
20
21_2020-09-09_
22
23### Features
24
25- feat: option to not inline wasm (#543)
26
27### Updates
28
29- chore: update dependencies (8ac8237)
30
31## v5.0.0
32
33_2020-05-20_
34
35### Breaking Changes
36
37- chore!: drop node 8 support (ba32053)
38
39### Features
40
41- feat: Switch to TypeScript & named exports (#363)
42
43## v4.0.0
44
45_2020-05-02_
46
47### Breaking Changes
48
49- fix: work with service workers (#334)
50
51## 3.0.0
52
53_2018-02-17_
54
55### Breaking Changes
56
57- A function is now imported instead of the module.
58
59### Features
60
61- feat: simplify wasm imports (ace7b2a)