Skip to content

Releases: airsdk/apm

1.6.4

13 Jul 00:29
394ce85
Compare
Choose a tag to compare

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

1.6.3

12 Jul 12:10
a3ae38a
Compare
Choose a tag to compare

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

1.6.2

12 Jul 06:31
8665e8f
Compare
Choose a tag to compare

feat(uninstall): remove unused config parameters when uninstalling

1.6.1

12 Jul 04:55
60dfd9b
Compare
Choose a tag to compare

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

1.6.0

22 Jun 03:22
0104556
Compare
Choose a tag to compare

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

02 Jun 02:25
Compare
Choose a tag to compare

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

1.5.0

12 May 11:26
defa418
Compare
Choose a tag to compare

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

24 Feb 04:58
16d52ee
Compare
Choose a tag to compare

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

1.3.0

20 Jan 12:11
50539aa
Compare
Choose a tag to compare

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

24 Aug 01:01
a6a6254
Compare
Choose a tag to compare

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)