File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# rollup changelog
22
3+ ## 1.16.5
4+ * 2019-07-04*
5+
6+ ### Bug Fixes
7+ * onwarn should still be called when --silent is used (#2982 )
8+ * Properly clean up watchers for files that are deleted between builds (#2982 )
9+
10+ ### Pull Requests
11+ * [ #2981 ] ( https://github.com/rollup/rollup/pull/2981 ) : Do not skip onwarn handler when --silent is used (@lukastaegert )
12+ * [ #2982 ] ( https://github.com/rollup/rollup/pull/2982 ) : Make tests run on Node 12, fix watcher cleanup issue (@lukastaegert )
13+
314## 1.16.4
415* 2019-07-02*
516
819* Use the correct TypeScript type for Sourcemap.version (#2976 )
920
1021### Pull Requests
11- * [ #2965 ] ( https://github.com/rollup/rollup/pull/2974 ) : Use async readFile in getRollupDefaultPlugin (@kaksmet )
22+ * [ #2965 ] ( https://github.com/rollup/rollup/pull/2965 ) : Use async readFile in getRollupDefaultPlugin (@kaksmet )
1223* [ #2974 ] ( https://github.com/rollup/rollup/pull/2974 ) : Align TS types, docs and implementation for this.warn and this.error (@lukastaegert )
1324* [ #2976 ] ( https://github.com/rollup/rollup/pull/2976 ) : Fix sourcemap type and update dependencies (@lukastaegert )
1425
You can’t perform that action at this time.
0 commit comments