UNPKG

1.35 kBMarkdownView Raw
10.8.0 / 16.08.2015
2===================
3
4 * Changed constructor arguments: assets are now a hash as opposed to array
5 * Refactored into two parts: server side and Webpack plugin
6 * API changed
7
80.7.0 / 14.08.2015
9===================
10
11 * Changed constructor arguments: removed Webpack configuration
12 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
13
140.6.0 / 11.08.2015
15===================
16
17 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
18
190.5.0 / 11.08.2015
20===================
21
22 * Accidentially published a next "minor" version. Is a "patch" really
23
240.4.0 / 11.08.2015
25===================
26
27 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
28 * The assets info file is now created in the project folder by default
29 * Added extensive debug logging
30 * It now outputs webpack stats JSON object when in debug mode
31
320.3.0 / 10.08.2015
33===================
34
35 * Renamed "path_parser" asset parameter to "parser"
36 * Changed parser function arguments
37
380.2.0 / 10.08.2015
39===================
40
41 * Extracted webpack configuration population logic into a separate method
42 * "assets" is now an array as opposed to JSON object
43
440.1.0 / 10.08.2015
45===================
46
47 * Initial release
\No newline at end of file