File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## 0.10.0-wip
1+ ## 0.10.0
22
3+ - ** Breaking change** The library import paths changed to be per asset type.
4+ (This enables extensibility with custom asset types.)
35- ** Breaking change** : Rename ` supportedAssetTypes ` to ` buildAssetTypes ` . Hooks
46 should no longer fail. Instead, the code should fail at runtime if an asset is
57 missing. This enables (1) code to run if an asset is missing but that code is
1012 Most likely, every package should ship with ` release ` . ` BuildMode.debug `
1113 should only be used while developing the package locally.
1214- ** Breaking change** Move ` HookConfig.targetOS ` to ` CodeConfig ` . ` DataAsset ` s
13- and other asset types might now support varying on the target OS .
15+ and other asset types should not depend on OS for now .
1416- ** Breaking change** : Change the behavior of ` testBuildHook ` and
1517 ` testCodeBuildHook ` ; instead of defining tests, these methods should now be
1618 called from within tests.
1719- Move the ` package:test ` dependency from a regular dependency (exported to
1820 calling packages) to a dev_dependency.
19- - Update pubspec.yaml of examples to use 0.9.0 of ` package:native_assets_cli ` .
20- - Consolidate [ CodeAsset] specific things into ` lib/src/code_assets/* `
2121
2222## 0.9.0
2323
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.10.0-wip
7+ version : 0.10.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