UNPKG

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