You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# 2.x (unreleased)
2
2
3
+
# 2.1.0-beta.10
4
+
5
+
-**Breaking change**: only support Node.js `0.12` and higher.
6
+
- Update SSL certificate in https mode to fix issues with Windows ([#648](https://github.com/webpack/webpack-dev-server/issues/648)).
7
+
- Add option to listen on unix socket instead of a port with the `--socket` flag ([#661](https://github.com/webpack/webpack-dev-server/pull/661)).
8
+
- Add deprecation warnings for using `contentBase` with a URL or port, since the `proxy` option does about the same and is more powerful ([`61b46ba`](https://github.com/webpack/webpack-dev-server/commit/61b46bac419fc496852cb1b94e0b49451631a0e6)).
9
+
- Fix more issues with IPv6 ([#676](https://github.com/webpack/webpack-dev-server/pull/676)).
10
+
3
11
# 2.1.0-beta.9
4
12
5
13
- Add support for watching files provided by the `contentBase` option. Enable with `watchContentBase: true` or `--watch-content-base` in the CLI ([#649](https://github.com/webpack/webpack-dev-server/pull/649)).
0 commit comments