@@ -2,12 +2,22 @@ faucet-pipeline-js version history
22==================================
33
44
5+ v2.0.7
6+ ------
7+
8+ _ 2019-08-06_
9+
10+ notable changes for end users:
11+
12+ * fixed potential race condition in conjunction with adjacent plugins
13+
14+
515v2.0.6
616------
717
818_ 2019-06-21_
919
10- improvements for end users:
20+ notable changes for end users:
1121
1222* fixed module resolution to prefer ` jsnext:main ` over ` main ` if present
1323
6272
6373_ 2019-02-18_
6474
65- improvements for end users:
75+ notable changes for end users:
6676
6777* extended compacting options
6878
@@ -101,7 +111,7 @@ improvements for end users:
101111 (while most functionality - namely anything but JSX - remains compatible for
102112 now, we no longer offer any guarantees in that regard)
103113
104- improvements for developers:
114+ notable changes for developers:
105115
106116* renamed configuration property for source maps: ` sourcemap ` → ` sourcemaps `
107117
@@ -111,7 +121,7 @@ v1.1.1
111121
112122_ 2018-11-29_
113123
114- improvements for end users:
124+ notable changes for end users:
115125
116126* fixed change detection in watch mode if multiple files were altered
117127 simultaneously
@@ -126,7 +136,7 @@ _2018-11-07_
126136
127137no significant changes for end users
128138
129- improvements for developers:
139+ notable changes for developers:
130140
131141* added support for virtual bundles, using strings rather than files as entry
132142 point and not automatically writing bundles to disk (programmatic API only)
0 commit comments