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: dwds/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
## 24.4.0-wip
2
2
3
+
- Added support for breakpoint registering on a hot reload with the DDC library bundle format using PausePostRequests.
4
+
3
5
## 24.3.11
4
6
5
7
- Changed DWDS to always inject the client and added `useDwdsWebSocketConnection` flag to control communication protocol: when true uses socket-based implementation, when false uses Chrome-based communication protocol.
6
8
- Added WebSocket-based hot reload support: `reloadSources` in `ChromeProxyService` and `DevHandler` now handle hot reload requests and responses over WebSockets.
7
9
- Refactored the injected client to use a reusable function for handling hot reload requests and responses over WebSockets.
8
-
- Added support for breakpoint registering on a hot restart and on a hot reload with the DDC library bundle format using PausePostRequests.
10
+
- Added support for breakpoint registering on a hot restart with the DDC library bundle format using PausePostRequests.
0 commit comments