Skip to content

Commit c7d9310

Browse files
committed
Add changelog for 1.8.0
1 parent 1cb0bd6 commit c7d9310

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.8.0 (2016-09-17)
2+
3+
- Add tests for everything ([#121](https://github.com/webpack/webpack-dev-middleware/issues/121))!
4+
- Use valid license for npm ([`af6243b`](https://github.com/webpack/webpack-dev-middleware/commit/af6243b4f4cf7da00923c8cddef20c4cfb5d145c)).
5+
- Instantiate the in-memory filesystem only once, meaning it can be shared when using multiple middleware instances with one webpack config ([#120](https://github.com/webpack/webpack-dev-middleware/pull/120)).
6+
- When sending requests with a `Range` header, the status code would not always be correct ([`cedc09f`](https://github.com/webpack/webpack-dev-middleware/commit/cedc09f714fa1e8ef35cbe373466c6d56db0ac4f)).
7+
- Middleware would not work with a proxy ([#80](https://github.com/webpack/webpack-dev-middleware/pull/80)).
8+
- Add `index` option (default: `index.html`) to customize the file used as index for a directory ([#123](https://github.com/webpack/webpack-dev-middleware/pull/123)).
9+
110
# 1.7.0 (2016-09-10)
211

312
- Add `reporter` option for custom logs ([#91](https://github.com/webpack/webpack-dev-middleware/pull/91)).

0 commit comments

Comments
 (0)