webdev-v2.7.11
What's Changed
- Prep DWDS 15.0.0 for release by @elliette in #1667
- Remove unused ExpressionCompilerService.handler code by @annagrin in #1674
- Fix hot restart hang if injected client throws an error by @annagrin in #1670
- Fix file serving bug when using the Dart Debug Extension by @elliette in #1676
- Remove evaluation code that was replaced by expression evaluator by @annagrin in #1673
- Remove circular dependencies and unused code in preparation for further null safety migration by @annagrin in #1664
- Migrate some files from debugging directory to null safety by @annagrin in #1668
- Migrate debugging class and library helpers to null safety by @annagrin in #1669
- Only allow AngularDart DevTools to send Dart Debug Extension messages by @leonsenft in #1678
- Remove imports of
package:dwds/dwds.dart'
in DWDS test directories by @elliette in #1680 - Migrate some test fixtures in DWDS to null-safety by @elliette in #1679
- Migrate debugger instance helper to null safety by @annagrin in #1677
- Split up
dwds.dart
so that it only contains the exports for the public API by @elliette in #1681 - Migrate debugging/inspector.dart to null safety by @annagrin in #1684
- Split
fakes.dart
into null-safe and non null-safe fakes by @elliette in #1685 - Migrate expression evaluator to null safety by @annagrin in #1686
- Enable evaluation tests after sdk bug fix by @annagrin in #1691
- Migrate services/chrome_proxy_service to null safety by @annagrin in #1687
- Migrate rest of the services and dwds_vm_client.dart to null safety by @annagrin in #1688
- Convert test files to null-safety by @elliette in #1683
- Prepare Dart Debug Extension for release by @elliette in #1695
- Migrate the rest of package:dwds to null safety by @annagrin in #1689
- Migrate
expression_compiler_service_test.dart
to null-safety by @elliette in #1693 - Add type check for responses from expression compiler worker by @annagrin in #1696
- Migrate
test/fixtures/server.dart
to null-safety by @elliette in #1697 - fix the example frontend server web app by @jakemac53 in #1694
- Cleanup creation of ChromeDebugException by @annagrin in #1690
- Migrate
fakes.dart
to null-safety by @elliette in #1699 urlTunneler
can be null by @elliette in #1700- Migrate
test/fixtures/context.dart
to null-safety by @elliette in #1698 - Fix getStack race conditions on isolate start by @annagrin in #1704
- Migrate injector test to null-safety by @elliette in #1711
- Migrate
extension_debugger_test
,dart_uri_test
, andlocation_test
to null-safety by @elliette in #1703 - Migrate
asset_handler_test
to null-safety by @elliette in #1710 - Migrate
chrome_proxy_service_test
to null-safety by @elliette in #1709 - Migrate a handful of tests to null-safety by @elliette in #1713
- Migrate
debugger_test
andinstance_test
to null-safety by @elliette in #1708 - Migrate
inspector_test
to null-safety by @elliette in #1712 - Migrate a handful of tests to null-safety by @elliette in #1715
- Migrate tests using
evaluate_common
to null-safety by @elliette in #1714 - Migrate
build_daemon_callstack_test
andbuild_daemon_breakpoint_test
to null-safety by @elliette in #1716 - Autoformat all markdown files in webdev by @elliette in #1718
- publish frontend_server_client by @jakemac53 in #1721
- Update builder logic for the Dart Debug Extension by @elliette in #1717
- Remove passing --debugger-module-names to frontend server in tests by @annagrin in #1725
- Pass working directory to
Process.run
when building debug extension in tests by @elliette in #1726 - Modifies the
update_dev_manifest
script by @elliette in #1727 - Refactor Dart Debug Extension to add shared files for Chrome API and Web API wrappers by @elliette in #1729
- Update min SDK version to 2.18.0 by @annagrin in #1731
- Match server paths to source maps paths by @annagrin in #1730
- Update DartUri to handle more urls by @annagrin in #1734
- Dart Debug Extension MV3 scaffold by @elliette in #1732
- Prepare DWDS for 16.0.0 release by @elliette in #1736
- Prepare Webdev for release to
v.2.7.11
by @elliette in #1737
Full Changelog: webdev-v2.7.10...webdev-2.7.11