Releases: dart-lang/webdev
Releases · dart-lang/webdev
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
webdev-v3.0.7+1
- Downgrade
dwds
constraint to 19.0.2+1
to fix a versioning conflict with the Dart SDK. - #53459.
webdev-v3.0.8
- Update Dart SDK constraint to
>=3.2.0-36.0.dev <4.0.0
. - #2207
- Update
dwds
constraint to 21.0.0
.
dwds-v21.0.0
- Update Dart SDK constraint to
>=3.2.0-36.0.dev <4.0.0
. - #2207