File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 24.4.2 -wip
1
+ ## 25.0.0 -wip
2
2
3
3
- Implemented hot restart over websockets with multi window support.
4
4
- Fix refresh race condition bug by adding an isolate destruction grace period.
5
5
- Update a call to the ` package:shelf_web_socket ` ` webSocketHandler() ` function.
6
+ - Remove deprecated parameter ` injectDebuggingSupportCode ` from ` Dwds.start() ` .
7
+ - Remove all deprecated fields, getters, and parameters
8
+ related to the null safety compilation mode. Dart 3 only
9
+ supports [ sound null safety] ( https://dart.dev/null-safety ) .
6
10
7
11
## 24.4.1
8
12
Original file line number Diff line number Diff line change @@ -74,11 +74,6 @@ class Dwds {
74
74
required Stream <BuildResult > buildResults,
75
75
required ConnectionProvider chromeConnection,
76
76
required ToolConfiguration toolConfiguration,
77
- // ignore: avoid-unused-parameters
78
- @Deprecated (
79
- 'This parameter is ignored and will be removed in a future version.' ,
80
- )
81
- bool injectDebuggingSupportCode = true ,
82
77
bool useDwdsWebSocketConnection = false ,
83
78
}) async {
84
79
globalToolConfiguration = toolConfiguration;
You can’t perform that action at this time.
0 commit comments