Releases: dart-lang/webdev
Releases · dart-lang/webdev
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.
package:dwds v25.1.0+1-hotfix
- Bump SDK constraint to
^3.10.0 - Added
scriptUriparameter tocompileExpressionToJs - Fix an issue in
reloadSourceswhere aPauseInterruptedevent was sent. - dart-lang/sdk#61560 - Expose
dtdUriviaDebugConnection.
package:dwds v25.1.0
- Added
DartDevelopmentServiceConfigurationto allow for configuring DDS behavior. - Added support for serving DevTools via DDS. This will become the sole method of serving
DevTools from DWDS in a future major release. - Deprecated
spawnDds,ddsPort, anddevToolsLauncherproperties inDebugSettings. - Added
ddsConfigurationtoDebugSettings.
package:dwds v25.0.4
Bug Fixes:
- Fix issue where
DebugService: Error serving requestsError: Unsupported operation: Cannot send Null
would be spammed on the console.
package:dwds v24.4.0+2-hotfix
Bug Fixes:
- Fix issue where null was repeatedly sent to connected clients
package:dwds v25.0.3
Bug Fixes:
- Fix issue in hot restart with the web socket where we didn't pass the reloaded
sources path, resulting in a null assertion.
package:dwds v25.0.2
Bug Fixes:
- Fix issue where DDS would fail to initialize if DWDS already had existing
clients.