Skip to content

dwds-v24.1.0

Latest
Compare
Choose a tag to compare
@kevmoo kevmoo released this 07 Aug 21:24
· 21 commits to main since this release
ddfaddf
  • Fix bug where debugging clients are not aware of service extensions when connecting to a new web app. - #2388
  • Respect the value of pause_isolates_on_start during page-refreshes. - #2431
  • Fix issue where DAP clients wouldn't resume after a restart. - #2441
  • Add implementation for the VM Service's getFlagList API. - #2438
  • Hide more variables from the local scope when debugging. These variables were synthetically added by the compiler to
    support late local variables and don't appear in the original source code. - #2445
  • Spawn DDS in a separate process using dart development-service instead of launching from package:dds. - #2466
  • Update package web_socket_channel: '>=2.2.0 <4.0.0'.
  • Require Dart ^3.4