Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v.16.0.1
What's Changed
- Temporarily disable
listview_test.dart
by @elliette in #1742 - MV3 extension attaches a debug connection to the tab when clicked by @elliette in #1740
- Better error handling for LoadStrategy by @annagrin in #1744
- Update pubspec version for dwds by @annagrin in #1745
- Batch evaluation requests when possible by @annagrin in #1746
- Disable flaky tests on windows by @annagrin in #1751
- Start migration of WebDev to null-safety by @elliette in #1756
- Update min SDK restraint mentioned to match pubspec by @parlough in #1755
- Migrate
configuration.dart
andshared.dart
to null-safety by @elliette in #1757 - Migrate more files to null-safety by @elliette in #1758
- Support
--source
inFrontendServerClient
by @dcharkes in #1760 - Migrate webdev tests to null safety by @natebosch in #1761
- Migrate remaining webdev libraries by @natebosch in #1763
- Update
package:file
to latest version by @elliette in #1770 - Update documentation for Webdev release process by @elliette in #1771
- Remove // ignore: unsafe_html. by @vrana in #1759
- Reset MV3 Dart Debug Extension to nice starting point by @elliette in #1773
- Prep DWDS for release to
16.0.1
by @elliette in #1774
New Contributors
- @parlough made their first contribution in #1755
- @dcharkes made their first contribution in #1760
- @vrana made their first contribution in #1759
Full Changelog: dwds-v16.0.0...dwds-v16.0.1
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
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