Skip to content

Releases: dart-lang/webdev

package:dwds v25.1.0+2-hotfix

22 Oct 20:53
ac90d17

Choose a tag to compare

  • reloadSources and hotRestart now throw an RPC error with kServerError code when NoClientsAvailableException is caught (no browser clients are connected), allowing tooling to detect and handle this scenario.

package:dwds v26.2.0

20 Oct 19:52
b9c39c0

Choose a tag to compare

  • Add support for more service APIs over websocket connections with no Chrome Debugger available.

package:dwds v26.1.0

20 Oct 15:51
82b3855

Choose a tag to compare

  • reloadSources and hotRestart now throw an RPC error with kServerError code when NoClientsAvailableException is caught (no browser clients are connected), allowing tooling to detect and handle this scenario.
  • pause now does not send a PauseInterrupted event in
    WebSocketProxyService as we didn't actually pause.

package:dwds v26.0.0

09 Oct 19:22
186bfe7

Choose a tag to compare

  • Bump SDK constraint to ^3.10.0
  • Added 'scriptUri' parameter to compileExpressionToJs
  • Fix an issue in reloadSources where a PauseInterrupted event was sent. - #61560
  • Expose dtdUri via DebugConnection.

package:dwds v25.1.0+1-hotfix

09 Oct 20:29
191db5b

Choose a tag to compare

  • Bump SDK constraint to ^3.10.0
  • Added scriptUri parameter to compileExpressionToJs
  • Fix an issue in reloadSources where a PauseInterrupted event was sent. - dart-lang/sdk#61560
  • Expose dtdUri via DebugConnection.

package:dwds v25.1.0

29 Aug 16:15
769a056

Choose a tag to compare

  • Added DartDevelopmentServiceConfiguration to 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, and devToolsLauncher properties in DebugSettings.
  • Added ddsConfiguration to DebugSettings.

package:dwds v25.0.4

27 Aug 21:38
a7d3d2f

Choose a tag to compare

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

27 Aug 21:42
c2fc734

Choose a tag to compare

Bug Fixes:

  • Fix issue where null was repeatedly sent to connected clients

package:dwds v25.0.3

25 Aug 16:55
d0fd3f7

Choose a tag to compare

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

22 Aug 16:40
1c29125

Choose a tag to compare

Bug Fixes:

  • Fix issue where DDS would fail to initialize if DWDS already had existing
    clients.