Skip to content

Commit f9af408

Browse files
committed
Add changelog for 2.1.0-beta.6
1 parent 6466363 commit f9af408

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
21
# 2.x (unreleased)
32

3+
## 2.1.0-beta.6
4+
5+
- Start with tests! There's still a lot more to test, but at least there are _some_ tests now ([#623](https://github.com/webpack/webpack-dev-server/issues/623)).
6+
- Add optional callback for the `close` API ([`1cf6549`](https://github.com/webpack/webpack-dev-server/commit/1cf6549415b078c80e027edbf6279a183fbcb631)).
7+
- Fix `historyApiFallback` to fallback correctly to `contentBase` ([#617](https://github.com/webpack/webpack-dev-server/pull/617)).
8+
- When using the `bypass` feature in a proxy, it was not possible to use in-memory webpack assets ([#613](https://github.com/webpack/webpack-dev-server/pull/613)).
9+
- Simplify code for delivering assets ([#618](https://github.com/webpack/webpack-dev-server/issues/618)).
10+
411
## 2.1.0-beta.5
512

613
- Add proxy config hot reloading - needs some additional configuration ([#605](https://github.com/webpack/webpack-dev-server/pull/605)).

0 commit comments

Comments
 (0)