- fix(sdk): Preserve symlinks on extraction.
- BREAKING CHANGE: Updated
install()
to return aTitaniumSDK
object for the newly installed Titanium SDK. - chore: Updated dependencies.
- feat: Added
onProgress()
callback to SDK'sinstall()
. - feat: Added current file index and total entries arguments to
extractZip()
'sonEntry
callback. - chore: Updated dependencies.
- fix(sdk): Maintain file permissions on SDK extraction.
- BREAKING CHANGE: Bumped minimum required Node.js version from v8.0.0 to v8.12.0.
- chore: Updated dependencies.
- fix: Updated
releases.json
URL to use the virtual-hosted style URL instead of the path-style URL (https://forums.aws.amazon.com/ann.jspa?annID=6776). - fix(util): Removed creation of error instance in catch causing original error stack to be lost.
- chore: Updated dependencies.
- refactor: Added
name
to SDK object returned fromgetReleases()
.
- fix: Added missing source-map-support dependency.
- chore: Updated dependencies.
- fix: Fixed how option searchPaths are used.
- fix: Fixed network options and added buildRequestParams() util function.
- BREAKING CHANGE: Bumped required Node.js version from 8.0.0 to 8.10.0.
- Upgraded to Gulp 4.
- Migrated functions for getting builds, releases, installing SDKs, and uninstalling SDKs from appcd-plugin-titanium-sdk.
- Updated dependencies.
- Initial release.