Skip to content

Commit 8c8fff6

Browse files
committed
Improve readability in changelog
1 parent 565f4f9 commit 8c8fff6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
- **Breaking change:** removed `contentBase` as a proxy feature (deprecated since 1.x).
88
- Limit websocket retries when the server can't be reached ([#589](https://github.com/webpack/webpack-dev-server/issues/589)).
99
- 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)).
1111
- Allow using no content base with the `--no-content-base` flag (previously it always defaulted to the working directory).
1212
- Use stronger certs for the `https` modus, to prevent browsers from complaining about it ([#572](https://github.com/webpack/webpack-dev-server/issues/572)).
1313

14-
## Before 2.1.0-beta.3
14+
## 2.0 to 2.1.0-beta.2
1515

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)).
1818
- `--inline` is enabled by default now.
1919
- 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)).
2222

2323
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

Comments
 (0)