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
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
- The `listen` method is deprecated in favor the [async `start`](https://webpack.js.org/api/webpack-dev-server/#start) or the [`startCallback`](https://webpack.js.org/api/webpack-dev-server/#startcallbackcallback) methods
218
+
- The `listen` method was removed in favor the [async `start`](https://webpack.js.org/api/webpack-dev-server/#start) or the [`startCallback`](https://webpack.js.org/api/webpack-dev-server/#startcallbackcallback) methods
219
219
220
220
v4:
221
221
@@ -311,6 +311,13 @@ module.exports = {
311
311
onSocketMessage["static-changed"]();
312
312
```
313
313
314
+
### Bug Fixes
315
+
316
+
- Clean `close` event listeners on socket server after generating new proxy config.
317
+
- Improve error handling for WebsocketServer.
318
+
- Set `WEBPACK_SERVE` to string value `'true'`.
319
+
- Show warning using custom hostname and port with sockjs.
320
+
314
321
## Deprecations
315
322
316
323
- The `bypass` option is deprecated for proxy in favor of the `router` and the `context` options. [Read more here](https://github.com/chimurai/http-proxy-middleware/tree/v2.0.6#http-proxy-middleware-options).
0 commit comments