Airsdk Apm Versions Save

AIR Package Manager

1.6.4

10 months ago

fix(platforms): correct project lock file generation for packages containing platforms

1.6.3

10 months ago

fix(platforms): fix project with no platforms not generating app descriptor additions correctly

1.6.2

10 months ago

feat(uninstall): remove unused config parameters when uninstalling

1.6.1

10 months ago

fix(platforms): correct handling of ios simulator platform assets (resolves #181)

1.6.0

10 months ago

feat(platforms): handling platforms in packages and projects to limit the packages that get deployed to a project (resolves #102, resolves #171) feat(package): add a command to get and set some package parameters directly

1.5.2

11 months ago

fix(client): fix null error when displaying details of a conflict

1.5.0

1 year ago

feat(app-descriptor): add ability to strip comments to clean up merged app descriptor content feat(project): add more options for build types to set application name and filename fix(client): correct duplicated variable names

1.4.0

1 year ago

feat(project): add new project command to facilitate setting build type variations of the app id, and version (resolves #157)

1.3.0

1 year ago

feat(app-descriptor): ios plist merge takes highest minimum os version from packages and config fix(install): correct install detection of local airpackage file feat(cache): add local user cache for downloaded packages to avoid download for different projects feat(generate): add handling of comments in plist merges for iOS info additions and entitlements feat(templates): update android manifest and ios info addition config templates feat(data): add ability to set different application identifiers for build types (resolves #157) fix(windows): add overwrite flag for existing temp zip file (resolves #150) feat(windows): improved hash code detection from certutil output on Windows server (#149)

1.2.0

1 year ago

feat(outdated): change output to only display outdated extensions with options to display all (resolves #152) feat(update): reorder processes so only uninstall outdated packages after validation checks have been performed on the new versions fix(update): fix issue with update where an interupted update will result in an extension being removed feat(data): sort install packages in consistent order to make structure more consistent feat(data): improve output format of project files to make structure more consistent fix(matching): resolve issue with identifier matching when incorrect case in package json fix(windows,install): fix for powershell zip command failing on windows 8 (resolves #154)