UNPKG

6.43 kBMarkdownView Raw
13.0.3 / 24.06.2017
2==================
3
4 * Adapted for Webpack 3 which is no longer using `~` for `node_modules`
5
63.0.2 / 13.03.2017
7==================
8
9 * Fixed a bug when the new `3.0.0` version couldn't load some relative Node.js modules for Webpack loaders (e.g. a new version of `css-loader`)
10
113.0.0 / 25.02.2017
12===================
13
14 * No new major features added / no rewrite. Incrementing the major version just so it doesn't break anything because many people use it in production. Tweaked npm module resolution algorithm a bit (miscellaneous) and also added `runtime` option for asset types which performs asset source compilation at runtime rather than at build time (this can be used for Webpack loaders returning javascript functions or React component classes — stuff like that, because it's not serializable to `webpack-assets.json`). Added configuration example for `svg-react-loader`.
15
162.6.6 / 12.01.2017
17===================
18
19 * @pmdroid - added support for querystring in filenames
20
212.6.4 / 01.11.2016
22===================
23
24 * Fixed a bug when a CSS compilation error would terminate Webpack build
25
262.6.2 / 11.10.2016
27===================
28
29 * Undeprecated `.development()` method for the webpack plugin (since `process.env.NODE_ENV` makes no sense there)
30
312.6.0 / 11.10.2016
32===================
33
34 * Deprecated `.development()` method in favour of examining `process.env.NODE_ENV`
35
362.5.8 / 29.08.2016
37===================
38
39 * Fixed Windows error "Error: connect EADDRNOTAVAIL 0.0.0.0:9999"
40
412.5.7 / 10.08.2016
42===================
43
44 * Renamed `verbose` option to `verbosity` (can be one of: `undefined`, `"no webpack stats"`, `"webpack stats for each build"`)
45
462.5.3 / 28.07.2016
47===================
48
49 * Added support for loader-powered `require()`d paths (e.g. 'responsive?sizes=[]!./images/dog.jpg')
50
512.5.2 / 27.07.2016
52===================
53
54 * Small bugfix for `port` setting (fixing endless "(waiting for the first webpack build to finish)")
55
562.5.0 / 24.07.2016
57===================
58
59 * Added an experimental `port` setting which makes it possible to keep `webpack-assets.json` in RAM as opposed to constantly writing it to disk (implemented this feature just for fun)
60
612.3.1 / 15.06.2016
62===================
63
64 * Renamed `require_context` option to `patch_require`
65 * Now supports `require.ensure()`
66
672.3.0 / 18.05.2016
68===================
69
70 * Removed `babel-runtime` dependency (merged pull request from @xdissent)
71
722.2.29 / 12.02.2016
73===================
74
75 * Added support for Webpack's `resolve.modulesDirectories` parameter
76
772.2.27 / 11.02.2016
78===================
79
80 * Added experimental support for `require.context()` function
81
822.2.25 / 16.01.2016
83===================
84
85 * Introduced `verbose` boolean flag
86
872.2.19, 2.2.20, 2.2.21 / 05.12.2015
88===================
89
90 * A small bugfix for not being able to load `webpack-assets.json` having defined asset type for `json` extension
91 * Addressing some aliasing issues
92
932.2.11 / 07.11.2015
94===================
95
96 * Refactored and made better the support for Webpack "aliasing" feature
97
982.2.8, 2.2.9, 2.2.10 / 06.11.2015
99===================
100
101 * Added support for Webpack "aliasing" feature
102
1032.2.7 / 04.11.2015
104===================
105
106 * `webpack-stats.json` are now output only in debug mode
107
1082.2.6 / 03.11.2015
109===================
110
111 * Fixed `parser`s returning not javascript module source but text, objects, etc
112 * .url_loader_parser now is equal to the default parser
113
1142.2.5 / 03.11.2015
115===================
116
117 * Fixed broken hot reloading in development mode
118
1192.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4 / 02.11.2015
120===================
121
122 * Asset CommonJS module source codes are now compiled at Webpack build stage (in a Webpack plugin)
123 * webpack-assets.json are now pretty
124
1252.1.0, 2.1.1, 2.1.2 / 01.11.2015
126===================
127
128 * Added support for arbitrary path require()ing (even for the weirdest ones)
129 * Fixed a bug when webpack module sources didn't compile
130 * Webpack stats are now always generated and are needed too (both in production and development)
131
1322.0.0, 2.0.1, 2.0.2 / 30.10.2015
133===================
134
135 * Introduced true and seamless Webpack module source parsing
136 * Renamed `naming` function to `path`
137 * Parsers: `url_loader_parser`, `css_loader_parser`, `css_modules_loader_parser`, `style_loader_filter`
138 * `exclude` now moved to individual asset types
139
1401.0.0, 1.0.1 / 19.10.2015
141===================
142
143 * Bumped version to 1.0.0 (mature enough)
144 * Added extensive testing
145 * `.server()` method now can return a Promise if not given a callback
146
1470.9.2, 0.9.3 / 17.10.2015
148===================
149
150 * guard against empty `module.source` (pull request merged)
151
1520.9.1 / 02.10.2015
153===================
154
155 * readme rewrite (update for npmjs.org)
156
1570.9.0 / 26.09.2015
158===================
159
160 * "exceptions" is now called "exclude"
161 * "exclude" supports regular expressions
162
1630.8.0 / 16.08.2015
164===================
165
166 * Changed constructor arguments: assets are now a hash as opposed to array
167 * Refactored into two parts: server side and Webpack plugin
168 * API changed
169
1700.7.0 / 14.08.2015
171===================
172
173 * Changed constructor arguments: removed Webpack configuration
174 * Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
175
1760.6.0 / 11.08.2015
177===================
178
179 * Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
180
1810.5.0 / 11.08.2015
182===================
183
184 * Accidentially published a next "minor" version. Is a "patch" really
185
1860.4.0 / 11.08.2015
187===================
188
189 * The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
190 * The assets info file is now created in the project folder by default
191 * Added extensive debug logging
192 * It now outputs webpack stats JSON object when in debug mode
193
1940.3.0 / 10.08.2015
195===================
196
197 * Renamed "path_parser" asset parameter to "parser"
198 * Changed parser function arguments
199
2000.2.0 / 10.08.2015
201===================
202
203 * Extracted webpack configuration population logic into a separate method
204 * "assets" is now an array as opposed to JSON object
205
2060.1.0 / 10.08.2015
207===================
208
209 * Initial release
\No newline at end of file