Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v23.1.1
- Loosen
package:vm_service
constraints to allow >=13.0.0 <15.0.0
. - #2329
dwds-v-23.1.0
- Update
package:vm_service
constraints to allow version 14.x.x
- #2307
webdev-v3.3.0
- Update
dwds
constraint to 23.0.0
.
dwds-v22.1.0+1
- Fix a null cast error when debugging a
Class
from VS Code. - #2303
dwds-v21.0.0+1
- Fix a null cast error when debugging a
Class
from VS Code. - #2303
dwds-v23.0.0
- 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
- 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
- Update
package:vm_service
constraint to ^13.0.0
. - #2235
webdev-v3.1.0
- 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
- 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