UNPKG

2.66 kBMarkdownView Raw
12.2.0, 2.2.1, 2.2.2 / 02.11.2015
2===================
3
4 * Asset CommonJS module source codes are now compiled at Webpack build stage (in a Webpack plugin)
5 * webpack-assets.json are now pretty
6
72.1.0, 2.1.1, 2.1.2 / 01.11.2015
8===================
9
10 * Added support for arbitrary path require()ing (even for the weirdest ones)
11 * Fixed a bug when webpack module sources didn't compile
12 * Webpack stats are now always generated and are needed too (both in production and development)
13
142.0.0, 2.0.1, 2.0.2 / 30.10.2015
15===================
16
17 * Introduced true and seamless Webpack module source parsing
18 * Renamed `naming` function to `path`
19 * Parsers: `url_loader_parser`, `css_loader_parser`, `css_modules_loader_parser`, `style_loader_filter`
20 * `exclude` now moved to individual asset types
21
221.0.0, 1.0.1 / 19.10.2015
23===================
24
25 * Bumped version to 1.0.0 (mature enough)
26 * Added extensive testing
27 * `.server()` method now can return a Promise if not given a callback
28
290.9.2, 0.9.3 / 17.10.2015
30===================
31
32 * guard against empty `module.source` (pull request merged)
33
340.9.1 / 02.10.2015
35===================
36
37 * readme rewrite (update for npmjs.org)
38
390.9.0 / 26.09.2015
40===================
41
42 * "exceptions" is now called "exclude"
43 * "exclude" supports regular expressions
44
450.8.0 / 16.08.2015
46===================
47
48 * Changed constructor arguments: assets are now a hash as opposed to array
49 * Refactored into two parts: server side and Webpack plugin
50 * API changed
51
520.7.0 / 14.08.2015
53===================
54
55 * Changed constructor arguments: removed Webpack configuration
56 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
57
580.6.0 / 11.08.2015
59===================
60
61 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
62
630.5.0 / 11.08.2015
64===================
65
66 * Accidentially published a next "minor" version. Is a "patch" really
67
680.4.0 / 11.08.2015
69===================
70
71 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
72 * The assets info file is now created in the project folder by default
73 * Added extensive debug logging
74 * It now outputs webpack stats JSON object when in debug mode
75
760.3.0 / 10.08.2015
77===================
78
79 * Renamed "path_parser" asset parameter to "parser"
80 * Changed parser function arguments
81
820.2.0 / 10.08.2015
83===================
84
85 * Extracted webpack configuration population logic into a separate method
86 * "assets" is now an array as opposed to JSON object
87
880.1.0 / 10.08.2015
89===================
90
91 * Initial release
\No newline at end of file