Releases: airsdk/apm
Release list
1.4.0
1.3.0
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
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)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
First minor update to apm
- Add install lock file to store package installation state and speed up subsequent install calls
- Add generate config command
- Build types for config params
- Improve WSL handling
- New project config tools to help with configuration process
- Range of bug fixes