Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v23.3.0
- Filter out internal type properties from the new DDC type system. - #2348
- Fix errors on displaying getters when debugging in VS Code. - #2343
dwds-v23.0.0+1
- Filter out internal type properties from the new DDC type system. - #2348
- Fix errors on displaying getters when debugging in VS Code. - #2343
dwds-v23.2.0
- Send untruncated
dart:developer
logs to debugging clients. - #2333
- Enabling tests that run with the DDC module system and exposing
utilities/ddc_names.dart
- #2295
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
.