Skip to content

Commit

Permalink
Expose FrontendServerDdcLibraryBundleStrategyProvider, make vm_servic…
Browse files Browse the repository at this point in the history
…e_interface a min constraint, and publish 24.3.0 (#2547)

Updates version.dart and client.js as well.
  • Loading branch information
srujzs authored Dec 23, 2024
1 parent ca963a0 commit e72f365
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 697 deletions.
6 changes: 5 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 24.2.1-wip
## 24.3.0

- Update to be forward compatible with changes to `package:shelf_web_socket`.
- Added support for some debugging APIs with the DDC library bundle format. - [#2537](https://github.com/dart-lang/webdev/issues/2537)
- Added support for some debugging APIs with the DDC library bundle format. - [#2537](https://github.com/dart-lang/webdev/issues/2537),[#2544](https://github.com/dart-lang/webdev/issues/2544)
- Fix issue where batched expression evals were failing if any subexpression failed. - [#2551](https://github.com/dart-lang/webdev/issues/2551)
- Expose a partial implementation of
`FrontendServerDdcLibraryBundleStrategyProvider`.
- Update `package:vm_service_interface` to '^2.0.1'.

## 24.2.0

Expand Down
1 change: 1 addition & 0 deletions dwds/lib/dwds.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export 'src/loaders/build_runner_require.dart'
export 'src/loaders/ddc.dart' show DdcStrategy;
export 'src/loaders/frontend_server_strategy_provider.dart'
show
FrontendServerDdcLibraryBundleStrategyProvider,
FrontendServerDdcStrategyProvider,
FrontendServerRequireStrategyProvider;
export 'src/loaders/require.dart' show RequireStrategy;
Expand Down
Loading

0 comments on commit e72f365

Please sign in to comment.