UNPKG

3.47 kBMarkdownView Raw
12.2.19, 2.2.20 / 05.12.2015
2===================
3
4 * A small bugfix for not being able to load `webpack-assets.json` having defined asset type for `json` extension
5 * Addressing some aliasing issues
6
72.2.11 / 07.11.2015
8===================
9
10 * Refactored and made better the support for Webpack "aliasing" feature
11
122.2.8, 2.2.9, 2.2.10 / 06.11.2015
13===================
14
15 * Added support for Webpack "aliasing" feature
16
172.2.7 / 04.11.2015
18===================
19
20 * `webpack-stats.json` are now output only in debug mode
21
222.2.6 / 03.11.2015
23===================
24
25 * Fixed `parser`s returning not javascript module source but text, objects, etc
26 * .url_loader_parser now is equal to the default parser
27
282.2.5 / 03.11.2015
29===================
30
31 * Fixed broken hot reloading in development mode
32
332.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4 / 02.11.2015
34===================
35
36 * Asset CommonJS module source codes are now compiled at Webpack build stage (in a Webpack plugin)
37 * webpack-assets.json are now pretty
38
392.1.0, 2.1.1, 2.1.2 / 01.11.2015
40===================
41
42 * Added support for arbitrary path require()ing (even for the weirdest ones)
43 * Fixed a bug when webpack module sources didn't compile
44 * Webpack stats are now always generated and are needed too (both in production and development)
45
462.0.0, 2.0.1, 2.0.2 / 30.10.2015
47===================
48
49 * Introduced true and seamless Webpack module source parsing
50 * Renamed `naming` function to `path`
51 * Parsers: `url_loader_parser`, `css_loader_parser`, `css_modules_loader_parser`, `style_loader_filter`
52 * `exclude` now moved to individual asset types
53
541.0.0, 1.0.1 / 19.10.2015
55===================
56
57 * Bumped version to 1.0.0 (mature enough)
58 * Added extensive testing
59 * `.server()` method now can return a Promise if not given a callback
60
610.9.2, 0.9.3 / 17.10.2015
62===================
63
64 * guard against empty `module.source` (pull request merged)
65
660.9.1 / 02.10.2015
67===================
68
69 * readme rewrite (update for npmjs.org)
70
710.9.0 / 26.09.2015
72===================
73
74 * "exceptions" is now called "exclude"
75 * "exclude" supports regular expressions
76
770.8.0 / 16.08.2015
78===================
79
80 * Changed constructor arguments: assets are now a hash as opposed to array
81 * Refactored into two parts: server side and Webpack plugin
82 * API changed
83
840.7.0 / 14.08.2015
85===================
86
87 * Changed constructor arguments: removed Webpack configuration
88 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
89
900.6.0 / 11.08.2015
91===================
92
93 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
94
950.5.0 / 11.08.2015
96===================
97
98 * Accidentially published a next "minor" version. Is a "patch" really
99
1000.4.0 / 11.08.2015
101===================
102
103 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
104 * The assets info file is now created in the project folder by default
105 * Added extensive debug logging
106 * It now outputs webpack stats JSON object when in debug mode
107
1080.3.0 / 10.08.2015
109===================
110
111 * Renamed "path_parser" asset parameter to "parser"
112 * Changed parser function arguments
113
1140.2.0 / 10.08.2015
115===================
116
117 * Extracted webpack configuration population logic into a separate method
118 * "assets" is now an array as opposed to JSON object
119
1200.1.0 / 10.08.2015
121===================
122
123 * Initial release
\No newline at end of file