Releases: airsdk/apm
2.2.0
This update includes some additional outputs from the view and list commands allowing:
- display of a packages dependencies with
apm view PACKAGEID VERSION(specifying a version will display dependencies) - display of all installed packages including dependencies with
apm list --deps
Additionally I have added a project config value called delayLoad which allows you to set the delay load attribute for native extensions in the generated application descriptor:
apm project config set delayLoad true
Updates
feat(list): add flag to list command that outputs all installed dependencies: apm list --deps (resolves #226)
feat(install, app-descriptor): initial ability to set delayLoad value for all extensions (resolves #224)
feat(view): add output of package dependencies when a specific version is viewed (resolves #225)
2.1.0
2.0.0
fix(update): correct issue with config being removed after package update (resolves #209)
feat: add description of params that caused app-descriptor generation failure (resolves #188)
feat(linux): add linux implementation (resolves #148)
feat(android): update manifest merge client to v31.9.0
fix(android): handle issue with java output from manifest merge causing xml issue (resolves #164)
feat(android): add ability to pass through "tools" requests to the app descriptor to be handled by adt packaging (resolves #219)