UNPKG

5.22 kBMarkdownView Raw
12.6.4 / 01.11.2016
2===================
3
4 * Fixed a bug when a CSS compilation error would terminate Webpack build
5
62.6.2 / 11.10.2016
7===================
8
9 * Undeprecated `.development()` method for the webpack plugin (since `process.env.NODE_ENV` makes no sense there)
10
112.6.0 / 11.10.2016
12===================
13
14 * Deprecated `.development()` method in favour of examining `process.env.NODE_ENV`
15
162.5.8 / 29.08.2016
17===================
18
19 * Fixed Windows error "Error: connect EADDRNOTAVAIL 0.0.0.0:9999"
20
212.5.7 / 10.08.2016
22===================
23
24 * Renamed `verbose` option to `verbosity` (can be one of: `undefined`, `"no webpack stats"`, `"webpack stats for each build"`)
25
262.5.3 / 28.07.2016
27===================
28
29 * Added support for loader-powered `require()`d paths (e.g. 'responsive?sizes=[]!./images/dog.jpg')
30
312.5.2 / 27.07.2016
32===================
33
34 * Small bugfix for `port` setting (fixing endless "(waiting for the first webpack build to finish)")
35
362.5.0 / 24.07.2016
37===================
38
39 * Added an experimental `port` setting which makes it possible to keep `webpack-assets.json` in RAM as opposed to constantly writing it to disk (implemented this feature just for fun)
40
412.3.1 / 15.06.2016
42===================
43
44 * Renamed `require_context` option to `patch_require`
45 * Now supports `require.ensure()`
46
472.3.0 / 18.05.2016
48===================
49
50 * Removed `babel-runtime` dependency (merged pull request from @xdissent)
51
522.2.29 / 12.02.2016
53===================
54
55 * Added support for Webpack's `resolve.modulesDirectories` parameter
56
572.2.27 / 11.02.2016
58===================
59
60 * Added experimental support for `require.context()` function
61
622.2.25 / 16.01.2016
63===================
64
65 * Introduced `verbose` boolean flag
66
672.2.19, 2.2.20, 2.2.21 / 05.12.2015
68===================
69
70 * A small bugfix for not being able to load `webpack-assets.json` having defined asset type for `json` extension
71 * Addressing some aliasing issues
72
732.2.11 / 07.11.2015
74===================
75
76 * Refactored and made better the support for Webpack "aliasing" feature
77
782.2.8, 2.2.9, 2.2.10 / 06.11.2015
79===================
80
81 * Added support for Webpack "aliasing" feature
82
832.2.7 / 04.11.2015
84===================
85
86 * `webpack-stats.json` are now output only in debug mode
87
882.2.6 / 03.11.2015
89===================
90
91 * Fixed `parser`s returning not javascript module source but text, objects, etc
92 * .url_loader_parser now is equal to the default parser
93
942.2.5 / 03.11.2015
95===================
96
97 * Fixed broken hot reloading in development mode
98
992.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4 / 02.11.2015
100===================
101
102 * Asset CommonJS module source codes are now compiled at Webpack build stage (in a Webpack plugin)
103 * webpack-assets.json are now pretty
104
1052.1.0, 2.1.1, 2.1.2 / 01.11.2015
106===================
107
108 * Added support for arbitrary path require()ing (even for the weirdest ones)
109 * Fixed a bug when webpack module sources didn't compile
110 * Webpack stats are now always generated and are needed too (both in production and development)
111
1122.0.0, 2.0.1, 2.0.2 / 30.10.2015
113===================
114
115 * Introduced true and seamless Webpack module source parsing
116 * Renamed `naming` function to `path`
117 * Parsers: `url_loader_parser`, `css_loader_parser`, `css_modules_loader_parser`, `style_loader_filter`
118 * `exclude` now moved to individual asset types
119
1201.0.0, 1.0.1 / 19.10.2015
121===================
122
123 * Bumped version to 1.0.0 (mature enough)
124 * Added extensive testing
125 * `.server()` method now can return a Promise if not given a callback
126
1270.9.2, 0.9.3 / 17.10.2015
128===================
129
130 * guard against empty `module.source` (pull request merged)
131
1320.9.1 / 02.10.2015
133===================
134
135 * readme rewrite (update for npmjs.org)
136
1370.9.0 / 26.09.2015
138===================
139
140 * "exceptions" is now called "exclude"
141 * "exclude" supports regular expressions
142
1430.8.0 / 16.08.2015
144===================
145
146 * Changed constructor arguments: assets are now a hash as opposed to array
147 * Refactored into two parts: server side and Webpack plugin
148 * API changed
149
1500.7.0 / 14.08.2015
151===================
152
153 * Changed constructor arguments: removed Webpack configuration
154 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
155
1560.6.0 / 11.08.2015
157===================
158
159 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
160
1610.5.0 / 11.08.2015
162===================
163
164 * Accidentially published a next "minor" version. Is a "patch" really
165
1660.4.0 / 11.08.2015
167===================
168
169 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
170 * The assets info file is now created in the project folder by default
171 * Added extensive debug logging
172 * It now outputs webpack stats JSON object when in debug mode
173
1740.3.0 / 10.08.2015
175===================
176
177 * Renamed "path_parser" asset parameter to "parser"
178 * Changed parser function arguments
179
1800.2.0 / 10.08.2015
181===================
182
183 * Extracted webpack configuration population logic into a separate method
184 * "assets" is now an array as opposed to JSON object
185
1860.1.0 / 10.08.2015
187===================
188
189 * Initial release
\No newline at end of file