File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 0.13.0-wip
2
-
3
- - Nothing yet.
1
+ ## 0.13.0
2
+
3
+ - ** Breaking change** Removed ` CodeAsset.type ` , use ` EncodedAsset.isCodeAsset `
4
+ instead.
5
+ - ** Breaking change** : Removed ` CodeAsset.os ` and ` CodeAsset.architecture ` . Use
6
+ ` CodeConfig.targetOS ` and ` CodeConfig.targetArchitecture ` instead.
7
+ - ` HookInput.outputDirectory ` is now based on ` HookInput.outputDirectoryShared ` .
8
+ The ` outputDirectory ` now creates its own subdirectory inside
9
+ ` outputDirectoryShared ` .
10
+ - Another overhaul of the JSON encoding. (Old encoding still read and emitted for
11
+ the time being).
4
12
5
13
## 0.12.0
6
14
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ description: >-
3
3
A library that contains the argument and file formats for implementing a
4
4
native assets CLI.
5
5
6
- # Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
7
- version : 0.13.0-wip
6
+ version : 0.13.0
8
7
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
9
8
10
- publish_to : none
9
+ # publish_to: none
11
10
12
11
topics :
13
12
- ffi
You can’t perform that action at this time.
0 commit comments