Skip to content

Releases: dart-lang/webdev

dwds-v23.1.1

09 Jan 22:51
c08a65c
Compare
Choose a tag to compare
  • Loosen package:vm_service constraints to allow >=13.0.0 <15.0.0. - #2329

dwds-v-23.1.0

03 Jan 22:29
4d1de26
Compare
Choose a tag to compare
  • Update package:vm_service constraints to allow version 14.x.x - #2307

webdev-v3.3.0

02 Jan 19:06
b3bc179
Compare
Choose a tag to compare
  • Update dwds constraint to 23.0.0.

dwds-v22.1.0+1

28 Dec 23:00
d33eaee
Compare
Choose a tag to compare
  • Fix a null cast error when debugging a Class from VS Code. - #2303

dwds-v21.0.0+1

28 Dec 17:52
fe8d190
Compare
Choose a tag to compare
  • Fix a null cast error when debugging a Class from VS Code. - #2303

dwds-v23.0.0

27 Dec 23:48
fd6ec44
Compare
Choose a tag to compare
  • Restructure LoadStrategy to provide build settings. - #2270
  • Add FrontendServerLegacyStrategyProvider and update bootstrap generation logic for LegacyStrategy - #2285
  • Tolerate failures to detect a Dart execution context. - #2286
  • Fix a null cast error when debugging a Class from VS Code. - #2303

webdev-v3.2.0

26 Oct 22:24
982b955
Compare
Choose a tag to compare
  • Add dependency on package:vm_service_interface. - #2262
  • Update package:vm_service constraint to >=10.1.0 <14.0.0. - #2235
  • Update dwds constraint to 21.1.0.

dwds-v22.1.0

26 Oct 17:33
50b8ae8
Compare
Choose a tag to compare
  • Update package:vm_service constraint to ^13.0.0. - #2235

webdev-v3.1.0

19 Oct 17:01
07c70c6
Compare
Choose a tag to compare
  • Update the parameters passed to Dwds.start. - #2231.
  • Update package:vm_service constraint to >=10.1.0 <13.0.0. - #2248
  • Update dwds constraint to 21.0.0.

dwds-v22.0.0

17 Oct 16:49
1bd434b
Compare
Choose a tag to compare
  • Update the interface for ChromeProxyService.getSourceReport to match the VM service. - #2235
  • Update package:vm_service constraint to ^12.0.0. - #2248

Breaking changes

  • Refactor the parameters to Dwds.start. - #2231.
  • Add a new parameter workspaceName to the ToolConfiguration passed to Dwds.start. - #2237