Skip to content

Releases: dart-lang/webdev

package:dwds v26.2.3

19 Dec 22:00
afd7acf

Choose a tag to compare

  • Bump build_web_compilers to ^4.4.1.
  • Remove unused clientFuture arg from DwdsVmClient methods.
  • Fix pausing starting of main after 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

07 Nov 21:00
733af11

Choose a tag to compare

  • Fix issue where isolate pause events were not reported correctly when using the web socket proxy service.

package:dwds v26.2.1

05 Nov 21:54
be9f117

Choose a tag to compare

  • Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available.

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.