UNPKG

2.43 kBMarkdownView Raw
12.1.0, 2.1.1, 2.1.2 / 01.11.2015
2
3 * Added support for arbitrary path require()ing (even for the weirdest ones)
4 * Fixed a bug when webpack module sources didn't compile
5 * Webpack stats are now always generated and are needed too (both in production and development)
6
72.0.0, 2.0.1, 2.0.2 / 30.10.2015
8
9 * Introduced true and seamless Webpack module source parsing
10 * Renamed `naming` function to `path`
11 * Parsers: `url_loader_parser`, `css_loader_parser`, `css_modules_loader_parser`, `style_loader_filter`
12 * `exclude` now moved to individual asset types
13
141.0.0, 1.0.1 / 19.10.2015
15===================
16
17 * Bumped version to 1.0.0 (mature enough)
18 * Added extensive testing
19 * `.server()` method now can return a Promise if not given a callback
20
210.9.2, 0.9.3 / 17.10.2015
22===================
23
24 * guard against empty `module.source` (pull request merged)
25
260.9.1 / 02.10.2015
27===================
28
29 * readme rewrite (update for npmjs.org)
30
310.9.0 / 26.09.2015
32===================
33
34 * "exceptions" is now called "exclude"
35 * "exclude" supports regular expressions
36
370.8.0 / 16.08.2015
38===================
39
40 * Changed constructor arguments: assets are now a hash as opposed to array
41 * Refactored into two parts: server side and Webpack plugin
42 * API changed
43
440.7.0 / 14.08.2015
45===================
46
47 * Changed constructor arguments: removed Webpack configuration
48 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
49
500.6.0 / 11.08.2015
51===================
52
53 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
54
550.5.0 / 11.08.2015
56===================
57
58 * Accidentially published a next "minor" version. Is a "patch" really
59
600.4.0 / 11.08.2015
61===================
62
63 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
64 * The assets info file is now created in the project folder by default
65 * Added extensive debug logging
66 * It now outputs webpack stats JSON object when in debug mode
67
680.3.0 / 10.08.2015
69===================
70
71 * Renamed "path_parser" asset parameter to "parser"
72 * Changed parser function arguments
73
740.2.0 / 10.08.2015
75===================
76
77 * Extracted webpack configuration population logic into a separate method
78 * "assets" is now an array as opposed to JSON object
79
800.1.0 / 10.08.2015
81===================
82
83 * Initial release
\No newline at end of file