File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- ## 0.11.0-wip
1+ ## 0.11.0
22
33- ** Breaking change** Complete overhaul of the API used in build and link hooks.
44 The ` BuildConfig ` is now split in ` BuildInput ` and ` BuildConfig ` . The input is
Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ export 'src/api/link.dart' show link;
1212export 'src/api/linker.dart' show Linker;
1313export 'src/config.dart'
1414 show
15+ BuildConfig,
16+ BuildConfigBuilder,
1517 BuildInput,
1618 BuildOutputBuilder,
1719 EncodedAssetBuildOutputBuilder,
1820 EncodedAssetLinkOutputBuilder,
21+ HookConfig,
22+ HookConfigBuilder,
1923 HookInput,
2024 LinkInput,
2125 LinkOutputBuilder;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: >-
44 native assets CLI.
55
66# Note: Bump BuildConfig.version and BuildOutput.version on breaking changes!
7- version : 0.11.0-wip
7+ version : 0.11.0
88repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
99
10- publish_to : none
10+ # publish_to: none
1111
1212topics :
1313 - ffi
You can’t perform that action at this time.
0 commit comments