|
7 | 7 | - **Breaking change:** removed `contentBase` as a proxy feature (deprecated since 1.x).
|
8 | 8 | - Limit websocket retries when the server can't be reached ([#589](https://github.com/webpack/webpack-dev-server/issues/589)).
|
9 | 9 | - Improve detection for getting the server URL in the client ([#496](https://github.com/webpack/webpack-dev-server/issues/496)).
|
10 |
| -- Add `clientLogLevel` (`--clientLogLevel` for CI) option. It controls the log messages shown in the browser. Available levels are `error`, `warning`, `info` or `none` ([#579](https://github.com/webpack/webpack-dev-server/issues/579)). |
| 10 | +- Add `clientLogLevel` (`--clientLogLevel` for CLI) option. It controls the log messages shown in the browser. Available levels are `error`, `warning`, `info` or `none` ([#579](https://github.com/webpack/webpack-dev-server/issues/579)). |
11 | 11 | - Allow using no content base with the `--no-content-base` flag (previously it always defaulted to the working directory).
|
12 | 12 | - Use stronger certs for the `https` modus, to prevent browsers from complaining about it ([#572](https://github.com/webpack/webpack-dev-server/issues/572)).
|
13 | 13 |
|
14 |
| -## Before 2.1.0-beta.3 |
| 14 | +## 2.0 to 2.1.0-beta.2 |
15 | 15 |
|
16 |
| -- Only compatible with webpack v2. |
17 |
| -- Add compatibility for web workers (#298). |
| 16 | +- **Breaking change**: Only compatible with webpack v2. |
| 17 | +- Add compatibility for web workers ([#298](https://github.com/webpack/webpack-dev-server/issues/298)). |
18 | 18 | - `--inline` is enabled by default now.
|
19 | 19 | - Convert to `yargs` to handle commandline options.
|
20 |
| -- Allow a `Promise` instead of a config object in the CLI (#419). |
21 |
| -- Add `--hot-only` flag, a shortcut that adds `webpack/hot/only-dev-server` in `entry` in the webpack config (#439). |
| 20 | +- Allow a `Promise` instead of a config object in the CLI ([#419](https://github.com/webpack/webpack-dev-server/issues/419)). |
| 21 | +- Add `--hot-only` flag, a shortcut that adds `webpack/hot/only-dev-server` in `entry` in the webpack config ([#439](https://github.com/webpack/webpack-dev-server/issues/439)). |
22 | 22 |
|
23 | 23 | For the 1.x changelog, see the [webpack-1 branch](https://github.com/webpack/webpack-dev-server/blob/webpack-1/CHANGELOG.md).
|
0 commit comments