Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Commit ca01cdb

Browse filesBrowse files
committed
Updated the changelog
1 parent b510510 commit ca01cdb
Copy full SHA for ca01cdb

File tree

Expand file treeCollapse file tree

1 file changed

+52
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+52
-0
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+52Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,58 @@
11
Change log
22
==========
33

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+
456
### 4.1.1 (11/5/2015)
557

658
- Python 3 fixes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.