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).
412
513## 0.12.0
614
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ description: >-
33 A library that contains the argument and file formats for implementing a
44 native assets CLI.
55
6- # Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
7- version : 0.13.0-wip
6+ version : 0.13.0
87repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
98
10- publish_to : none
9+ # publish_to: none
1110
1211topics :
1312 - ffi
You can’t perform that action at this time.
0 commit comments