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
2
2
3
3
- ** Breaking change** Complete overhaul of the API used in build and link hooks.
4
4
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;
12
12
export 'src/api/linker.dart' show Linker;
13
13
export 'src/config.dart'
14
14
show
15
+ BuildConfig,
16
+ BuildConfigBuilder,
15
17
BuildInput,
16
18
BuildOutputBuilder,
17
19
EncodedAssetBuildOutputBuilder,
18
20
EncodedAssetLinkOutputBuilder,
21
+ HookConfig,
22
+ HookConfigBuilder,
19
23
HookInput,
20
24
LinkInput,
21
25
LinkOutputBuilder;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: >-
4
4
native assets CLI.
5
5
6
6
# Note: Bump BuildConfig.version and BuildOutput.version on breaking changes!
7
- version : 0.11.0-wip
7
+ version : 0.11.0
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
9
9
10
- publish_to : none
10
+ # publish_to: none
11
11
12
12
topics :
13
13
- ffi
You can’t perform that action at this time.
0 commit comments