|
1 | 1 | Change log
|
2 | 2 | ==========
|
3 | 3 |
|
| 4 | +### 5.0.0 (12/7/2015) |
| 5 | + |
| 6 | +#### ADDITIONS |
| 7 | + |
| 8 | +**API** |
| 9 | + |
| 10 | +- Added the `populate_manifest_file` function |
| 11 | + |
| 12 | +**Settings** |
| 13 | + |
| 14 | +- Added the `HMR` setting, which toggles support for hot module replacement |
| 15 | +- Added the `USE_MANIFEST`, `MANIFEST`, `MANIFEST_PATH`, and `MANIFEST_SETTINGS` settings, which provide |
| 16 | + support for offline manifests |
| 17 | +- Added the `POLL` setting, which toggles the behaviour of webpack's file watcher in non-OSX environments |
| 18 | +- Added the `BUILD_URL` setting, which denotes a url to an endpoint exposing webpack-build |
| 19 | +- Added the `CONFIG_DIRS` setting, which enables lookups for relative paths to config files |
| 20 | +- Added the `CONTEXT` setting, which denotes the default context sent to config functions |
| 21 | +- Added the `CACHE` and `CACHE_DIR` settings, which control webpack-build's persistent file cache |
| 22 | + |
| 23 | + |
| 24 | +#### CHANGES |
| 25 | + |
| 26 | +**API** |
| 27 | + |
| 28 | +- `webpack.compiler.webpack` now accepts the signature `(config_file, [context], [settings], [manifest], [compiler])` |
| 29 | + |
| 30 | +**Settings** |
| 31 | + |
| 32 | +- `OUTPUT_DIR` now defaults to 'webpack_assets' |
| 33 | +- `BUNDLE_URL` is now `STATIC_URL` |
| 34 | +- `BUNDLE_ROOT` is now `STATIC_ROOT` |
| 35 | +- `WATCH_SOURCE_FILES` is now `WATCH` |
| 36 | +- `WATCH_DELAY` is now `AGGREGATE_TIMEOUT` |
| 37 | + |
| 38 | +**Dependencies** |
| 39 | + |
| 40 | +- Replaced the js-host dependency with webpack-build |
| 41 | + |
| 42 | + |
| 43 | +#### REMOVED |
| 44 | + |
| 45 | +**API** |
| 46 | + |
| 47 | +- Removed the undocumented config file writer |
| 48 | + |
| 49 | +**Settings** |
| 50 | + |
| 51 | +- Removed the BUNDLE_DIR and CONFIG_DIR settings |
| 52 | +- Removed the WATCH_CONFIG_FILES setting. In practice it proved to introduced memory leaks leading to |
| 53 | + inevitable segmentation faults |
| 54 | + |
| 55 | + |
4 | 56 | ### 4.1.1 (11/5/2015)
|
5 | 57 |
|
6 | 58 | - Python 3 fixes.
|
|
0 commit comments