Releases: dart-lang/webdev
Releases Β· dart-lang/webdev
webdev-v3.8.0
3.8.0
- Adding initial DDC library bundler support behind the
canaryflag. - Bump minimum SDK constraint to
3.10.0 - Bump
build_web_compilersto^4.4.1. - Bump
dwdsto^26.2.5.
dwds-v26.2.5
26.2.5
- Remove package:built_value dependency from ErrorResponse and RegisterEvent; switch to standard Dart JSON serialization.
- Adding retries to Chrome Proxy Service connections.
dwds-v26.2.4
26.2.4
- Remove package:built_value dependency from DebugEvent, BatchedDebugEvents, ConnectRequest, RunRequest, DebugInfo, HotReloadRequest, HotReloadResponse, HotRestartRequest, HotRestartResponse, ServiceExtensionRequest, ServiceExtensionResponse and BuildResult; switch to standard Dart JSON serialization.
- Adding guards for dwds-injected library loading for Flutter Web.
package:dwds v26.2.3
- Bump
build_web_compilersto ^4.4.1. - Remove unused
clientFuturearg fromDwdsVmClientmethods. - Fix pausing starting of
mainafter the hot restart. - Updating bootstrapper for DDC library bundler module format + Frontend Server.
- Fix setting up breakpoints when handling in-app restarts with attached debugger.
- Fix issue where the web socket connections with the target application and Chrome debugger close when the computer sleeps.
- Fix setting up breakpoints when handling full reloads from attached
debugger / page refreshes.
package:dwds v26.2.2
- Fix issue where isolate pause events were not reported correctly when using the web socket proxy service.
package:dwds v26.2.1
- Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available.
package:dwds v25.1.0+2-hotfix
reloadSourcesandhotRestartnow throw an RPC error withkServerErrorcode whenNoClientsAvailableExceptionis caught (no browser clients are connected), allowing tooling to detect and handle this scenario.
package:dwds v26.2.0
- Add support for more service APIs over websocket connections with no Chrome Debugger available.
package:dwds v26.1.0
reloadSourcesandhotRestartnow throw an RPC error withkServerErrorcode whenNoClientsAvailableExceptionis caught (no browser clients are connected), allowing tooling to detect and handle this scenario.pausenow does not send aPauseInterruptedevent in
WebSocketProxyServiceas we didn't actually pause.
package:dwds v26.0.0
- Bump SDK constraint to ^3.10.0
- Added 'scriptUri' parameter to compileExpressionToJs
- Fix an issue in
reloadSourceswhere aPauseInterruptedevent was sent. - #61560 - Expose
dtdUriviaDebugConnection.