Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v16.0.0
What's Changed
- 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
Full Changelog: dwds-v15.0.0...dwds-v16.0.0
dwds-v15.0.0
Full Changelog: dwds-v14.0.3...dwds-v15.0.0
webdev-v2.7.10
What's Changed
Full Changelog: webdev-v2.7.9...webdev-v2.7.10
dwds-v14.0.3
What's Changed
- Make data types null safe by @annagrin in #1615
- Convert JavaScript uncaught exception stack traces to Dart stacks by @jason-simmons in #1603
- Remove dead code by @annagrin in #1630
- Fix failure to get source maps on windows with base change in index.html by @annagrin in #1625
- Adds the
setIsolatePauseMode
method to Chrome Proxy Service by @elliette in #1631 - Batch Debugger.ScriptParsed events sent from the debug extension by @annagrin in #1628
- Prep to publish DWDS
v.14.0.3
by @elliette in #1634
New Contributors
- @jason-simmons made their first contribution in #1603
Full Changelog: dwds-v14.0.2...dwds-v14.0.3
frontend_server_client-v2.1.3
What's Changed
- Require vm_service 8.3.0 by @annagrin in #1616
- remove a todo from the frontend_server_client readme by @devoncarew in #1617
- Prep to publish frontend-server-client by @annagrin in #1618
Full Changelog: frontend_server_client-v2.1.2...frontend_server_client-v2.1.3
webdev-v2.7.9
What's Changed
Full Changelog: dwds-v14.0.2...webdev-v2.7.9
dwds-v14.0.2
What's Changed
- Update SDK constraint to 2.17.0 (stable) by @elliette in #1609
- Prepare DWDS for 2.14.2. release by @elliette in #1611
Full Changelog: dwds-v14.0.1...dwds-v14.0.2
dwds-v14.0.1
dwds-v14.0.0
What's Changed
- Add instructions for debugging DWDS with Flutter tools by @elliette in #1574
- Add columns to breakpoints by @annagrin in #1560
- populate the pubspec repository fields by @devoncarew in #1586
- Dart Debug Extension gracefully handles disconnection by @elliette in #1582
- Split SDK configuration validation into components by @annagrin in #1589
- Fix issues discovered when using web server device in flutter tools by @annagrin in #1588
- Fix breakpoints not hitting after changing a base in index.html. by @annagrin in #1556
- Find best locations for breakpoints, expression evaluation, and call frames. by @annagrin in #1590
- update mono_repo by @kevmoo in #1592
- Make error message in Dart Debug Extension more specific by @elliette in #1583
- Send an event notifying DWDS when the debugger is detached by @elliette in #1595
- Fix DDC compilation error for the Dart Debug Extension by @elliette in #1594
- Fix slow stepping into with deferred loaded modules by @annagrin in #1593
- Mark mono_repo outputs as generated by @natebosch in #1597
- Prepare to publish dwds 14.0.0 by @annagrin in #1596
Full Changelog: dwds-v13.1.0...dwds-v14.0.0
dwds-v13.1.0
What's Changed
- Update _fe_analyzer_shared to version ^38.0.0 by @goderbauer in #1573
- Prepare to publish dwds 13.1.0 by @annagrin in #1577
New Contributors
- @goderbauer made their first contribution in #1573
Full Changelog: dwds-v13.0.0...dwds-v13.1.0