Skip to content

Commit bdbd3d2

Browse files
committed
Add changelog for 1.7.0
1 parent 1e121fd commit bdbd3d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 1.7.0 (2016-09-10)
2+
3+
- Add `reporter` option for custom logs ([#91](https://github.com/webpack/webpack-dev-middleware/pull/91)).
4+
- Add `serverSideRender` option to help support server-side rendering ([#118](https://github.com/webpack/webpack-dev-middleware/pull/118)).
5+
- Set `statusCode` to 200 for served files ([#94](https://github.com/webpack/webpack-dev-middleware/pull/94)).
6+
- Fix `waitUntilValid` callback always being called immediately when using MultiCompiler ([#100](https://github.com/webpack/webpack-dev-middleware/pull/100)).
7+
- Fix range support not working ([#116](https://github.com/webpack/webpack-dev-middleware/pull/116)).
8+
- Only use middleware for GET requests ([#96](https://github.com/webpack/webpack-dev-middleware/pull/96)).

0 commit comments

Comments
 (0)