package:native_assets_cli v0.13.0
Pre-release
Pre-release
·
353 commits
to main
since this release
- Breaking change Removed
CodeAsset.type, useEncodedAsset.isCodeAsset
instead. - Breaking change: Removed
CodeAsset.osandCodeAsset.architecture. Use
CodeConfig.targetOSandCodeConfig.targetArchitectureinstead. HookInput.outputDirectoryis now based onHookInput.outputDirectoryShared.
TheoutputDirectorynow creates its own subdirectory inside
outputDirectoryShared.- Another overhaul of the JSON encoding. (Old encoding still read and emitted for
the time being).