Skip to content

Commit

Permalink
Expose FrontendServerDdcLibraryBundleStrategyProvider and publish 24.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srujzs committed Dec 16, 2024
1 parent b685bb5 commit 2985676
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 696 deletions.
4 changes: 3 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 24.2.1-wip
## 24.2.1

- Update to be forward compatible with changes to `package:shelf_web_socket`.
- Expose a partial implementation of
`FrontendServerDdcLibraryBundleStrategyProvider`.

## 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 2985676

Please sign in to comment.