Skip to content

Releases: dart-lang/webdev

webdev-v3.8.0

15 Jan 23:08
26acdfc

Choose a tag to compare

3.8.0

  • Adding initial DDC library bundler support behind the canary flag.
  • Bump minimum SDK constraint to 3.10.0
  • Bump build_web_compilers to ^4.4.1.
  • Bump dwds to ^26.2.5.

dwds-v26.2.5

15 Jan 22:11
3d011dc

Choose a tag to compare

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

13 Jan 18:29
1c3160a

Choose a tag to compare

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

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.