Skip to content

2.2.0

Latest

Choose a tag to compare

@marchbold marchbold released this 04 Nov 01:21

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)