Skip to content

Commit fb3e8a3

Browse files
committed
bump major version and remove deprecated parameter
1 parent de79811 commit fb3e8a3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dwds/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 24.4.2-wip
1+
## 25.0.0-wip
22

33
- Update a call to the `package:shelf_web_socket` `webSocketHandler()` function.
4+
- Remove deprecated parameter `injectDebuggingSupportCode` from `Dwds.start()`.
5+
- Remove all deprecated fields, getters, and parameters
6+
related to the null safety compilation mode. Dart 3 only
7+
supports [sound null safety](https://dart.dev/null-safety).
48

59
## 24.4.1
610

dwds/lib/dart_web_debug_service.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ class Dwds {
7474
required Stream<BuildResult> buildResults,
7575
required ConnectionProvider chromeConnection,
7676
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,
8277
bool useDwdsWebSocketConnection = false,
8378
}) async {
8479
globalToolConfiguration = toolConfiguration;

0 commit comments

Comments
 (0)