- refactor: Updated to cli-kit@1.9.3 adding support for the new client/server architecture.
- feat(info): Added
filter
argument toti info
. - chore: Updated dependencies.
- chore: Updated outdated readme.
- feat: Formatted
info
command output. - feat: Added
sdk
command implementation. - chore: Updated copyright in banner.
- chore: Verbiage cleanup.
- chore: Updated dependencies.
- feat(sdk): Added support for progress tracking during SDK install.
- feat: Wired up live configuration changes. (DAEMON-198)
- fix(sdk): Fixed incorrect
uninstall()
argument. - fix(cli): Fixed
info
command to not require--output
and--types
. - fix(util): Fixed user agent parsing to allow null user agent strings.
- fix(module): Fixed filesystem watcher depth for modules directory.
- chore(module): Removed debug logging.
- fix(module): Initialize module type buckets so bucket exists regardless if any modules of that type are found.
- chore: Switched to new
appcd.apiVersion
. (DAEMON-309) - chore: Updated links in
package.json
. - chore: Updated dependencies.
- chore: Added Appc Daemon v3 to list of compatible appcd versions.
- chore: Update dependencies.
- fix: Updated config to remove redundant
titanium
namespace. - fix: Fixed version in banner.
- fix: Fixed version returned by
--version
. - feat: Added appcd debug logger and plugin version to exec() data payload.
- feat: Added the
config
command implementation. - feat: Added the
info
command implementation. - chore: Updated dependencies.
- chore: Switched
prepare
script toprepack
.
- chore: Renamed package from
appcd-plugin-titanium-sdk
to@appcd/plugin-titanium
. - refactor: Moved SDK install related functions to titaniumlib
- chore: Upgraded to Gulp 4.
- chore: Update dependencies
- feat: Added
CLIService
for handling Titanium CLI requests. - feat: Wired up real-time config changes.
- chore: Removed unused
BuildService
. - feat: Added alias for
/module
to/modules
. - fix: Module list results now returns
android
,commonjs
,ios
, andwindows
properties regardless if any modules are found. - fix: Module list properly recursively scans module paths where it used to stop at the version directory instead of descending one additional level.
- refactor: Moved
/modules/list/locations
to/modules/locations
. - chore: Removed
/sdk/list/installed
endpoint. - refactor: Moved
/sdk/list/ci-branches
to/sdk/branches
. - refactor: Moved
/sdk/list/ci-builds
to/sdk/builds
. - refactor: Moved
/sdk/list/locations
to/sdk/locations
. - refactor: Moved
/sdk/list/releases
to/sdk/releases
.
- chore: Moved to
@appcd
scope - chore: Update dependencies
- feat: Add Daemon 2.x support
- feat: Added service endpoints for listing releases CI branches, CI builds, installing SDKs, and uninstalling SDKs. (DAEMON-247)
- chore: Updated dependencies.
- fix: Split the info service 'sdk' and 'module' detection into separate endpoints. (DAEMON-246)
- chore: Updated dependencies.
- oops: Skipped release.
- fix: Fixed structure of detected modules.
- chore: Updated dependencies.
- Initial release.