You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
10
# 1.7.0 (2016-09-10)
2
11
3
12
- Add `reporter` option for custom logs ([#91](https://github.com/webpack/webpack-dev-middleware/pull/91)).
0 commit comments