package:native_assets_cli v0.13.0
Pre-release
Pre-release
·
141 commits
to main
since this release
- Breaking change Removed
CodeAsset.type
, useEncodedAsset.isCodeAsset
instead. - Breaking change: Removed
CodeAsset.os
andCodeAsset.architecture
. Use
CodeConfig.targetOS
andCodeConfig.targetArchitecture
instead. HookInput.outputDirectory
is now based onHookInput.outputDirectoryShared
.
TheoutputDirectory
now creates its own subdirectory inside
outputDirectoryShared
.- Another overhaul of the JSON encoding. (Old encoding still read and emitted for
the time being).