UNPKG

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