Releases: tidev/titanium-cli
v7.1.5
What's Changed
- chore(deps): bump undici from 6.19.5 to 6.19.7 by @dependabot in #677
- chore(deps-dev): bump eslint from 9.8.0 to 9.9.0 by @dependabot in #678
- chore(deps-dev): bump eslint from 9.9.0 to 9.9.1 by @dependabot in #680
- chore(deps): bump undici from 6.19.7 to 6.19.8 by @dependabot in #679
- Update eslint and xmldom by @cb1kenobi in #683
- chore(deps-dev): bump @reporters/github from 1.7.0 to 1.7.1 by @dependabot in #684
- chore(deps-dev): bump @vitest/coverage-istanbul from 2.0.5 to 2.1.0 by @dependabot in #685
- chore(deps-dev): bump @vitest/coverage-istanbul from 2.1.0 to 2.1.1 by @dependabot in #686
- chore(deps): bump @xmldom/xmldom from 0.9.2 to 0.9.3 by @dependabot in #687
- chore(deps-dev): bump eslint from 9.10.0 to 9.11.0 by @dependabot in #688
- chore(deps-dev): bump eslint from 9.11.0 to 9.11.1 by @dependabot in #689
- chore(deps-dev): bump globals from 15.9.0 to 15.10.0 by @dependabot in #690
- chore(deps): bump which from 4.0.0 to 5.0.0 by @dependabot in #691
- chore(deps-dev): bump @vitest/coverage-istanbul from 2.1.1 to 2.1.2 by @dependabot in #692
- fix: Improve tiapp sdk-version handling by @cb1kenobi in #693
- chore(deps): bump rollup from 4.17.2 to 4.24.0 by @dependabot in #694
- chore(deps): bump vite from 5.2.11 to 5.4.8 by @dependabot in #695
Full Changelog: v7.1.4...v7.1.5
v7.1.4
What's Changed
- chore(deps-dev): bump globals from 15.8.0 to 15.9.0 by @dependabot in #674
- fix: Scan ios hooks from iphone directory by @cb1kenobi in #676
Full Changelog: v7.1.3...v7.1.4
v7.1.3
What's Changed
- fix: Invalid --platform wasn't being validated by @cb1kenobi in #673
Full Changelog: v7.1.2...v7.1.3
v7.1.2
What's Changed
- Bump undici from 6.19.4 to 6.19.5 by @dependabot in #670
- Bump @vitest/coverage-istanbul from 2.0.4 to 2.0.5 by @dependabot in #671
- fix: Force
--platform iosto beios(notiphone) by @cb1kenobi in #672
Full Changelog: v7.1.1...v7.1.2
v7.1.1
What's Changed
- Bump semver from 7.6.2 to 7.6.3 by @dependabot in #661
- Bump undici from 6.18.0 to 6.19.2 by @dependabot in #660
- Bump eslint from 9.3.0 to 9.7.0 by @dependabot in #662
- Bump proxy from 2.1.1 to 2.2.0 by @dependabot in #664
- Bump globals from 15.3.0 to 15.8.0 by @dependabot in #663
- Bump c8 from 9.1.0 to 10.1.2 by @dependabot in #657
- Bump glob from 10.3.15 to 10.4.5 by @dependabot in #665
- Bump @vitest/coverage-istanbul from 1.6.0 to 2.0.4 by @dependabot in #667
- Bump undici from 6.19.2 to 6.19.4 by @dependabot in #666
- Bump eslint from 9.7.0 to 9.8.0 by @dependabot in #668
- fix: Rename platform config
iphonetoiosby @cb1kenobi in #669
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- fix: assert required node.js version, fixes #647 by @cb1kenobi in #652
- fix: properly handle confirm sdk uninstall prompt response, fixes #645 by @cb1kenobi in #649
- fix: surface sdk install errors, fixes #648 by @cb1kenobi in #651
- chore: update deps by @cb1kenobi in #653
- feat: allow hook init() to be async, fixes #646 by @cb1kenobi in #650
- fix: Clear undefined command args by @cb1kenobi in #654
- fix: Fixed 'ti sdk install' silent fail when copying new modules to dest by @cb1kenobi in #655
- chore: Add 7.1.0 release date to changelog by @cb1kenobi in #656
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Titanium CLI 7 is here! This is a massive release with a complete refactor ESM, dead code removed, slight performance enhancements, drop Node 16, and much more! Please read the blog post for the details:
Blog Post: https://tidev.io/blog/cli_7_0_0_ga
Changelog: https://github.com/tidev/titanium-cli/blob/main/CHANGELOG.md#700-5102024
v7.0.0-rc2
npm i -g titanium@next
Titanium CLI v7 is a almost an entire rewrite. Old dead code has been removed, deprecated dependencies have been replaced, code completely refactored to ECMAScript modules and latest JavaScript features, and performance has been improved. This release has been tested to work on the latest Node.js releases and unlocks the Titanium SDK to begin dropping dead code, adopt ESM, and update dependencies.
BREAKING CHANGES:
- Require Node.js 18 or newer
- Refactored entire codebase using ESM
- Removed
login,logout,plugin, andstatuscommands ti config- Replaced
--output jsonwith--output json-objectoutput
- Replaced
ti info- Removed
haxminfo - Removed
genymotionand VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsignerfrom JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVerfrom Titanium CLI and Titanium SDKs in info
- Removed
ti module- Removed global
iphonemodules as it was just a copy ofiosmodules - Modules with
platformother thanandroid,commonjs,ios, and
iphonewill be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk- Removed
activeSDKfrom JSON result
- Removed
ti setup- Removed Windows Store publishing info
- Removed
haxminfo - Removed
sdksetup - Removed user locale setup
- Removed Xcode CLI tools detection
- Removed Titanium CLI Dependencies section from check
- Removed Java-based connection test from check
- Trace and debug log messages written to
stderrinstead ofstdout
New Features
--sdk <ver>is now a global option- Defaults to latest installed SDK version
- If executing the
createcommand without any options, it will prompt for
the SDK version to use
-d,--project-diris now a global option- Used to be
build,clean, andprojectcommands only, but needed so
the CLI can read thetiapp.xmland determine the<sdk-version>;
defaults to the current working directory - Since this conflicts with the
createcommand's-d,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debugglobal flag to output CLI debug logging - Added
--jsonflag toti config,ti info,ti sdk,ti sdk list - Logger changes:
- Replaced "winston" based logger with lighter weight logger
- Added total run time trace message at end
--timestampoption enabled only when command has--log-leveloption
- Performance improvements:
- Lazy load modules as much as possible, within reason
- Removed tons of old dead code
- Use smaller alternative dependencies
Improvements
- Removed all analytics/telemetry code
- Removed i18n logic; all output rendered in English
- Removed incomplete tab completion code
- Removed "default" SDK;
<sdk-version>in tiapp.xml is source of truth,
override with--sdk <ver>arg - Replaced custom CLI arg parser (based on
optimist) with Commander.js- Order of arguments matter; command options must come after command
ti sdk install--defaultflag has no effectti sdk selectcommand has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colorswithchalk - Replaced
fieldswithprompts - Replaced
humanizewithpretty-bytes - Replaced
requestwithundici
- Replaced
Full Changelog: v6.1.1...v7.0.0-rc2
v7.0.0-rc
npm i -g titanium@next
Titanium CLI v7 is a almost an entire rewrite. Old dead code has been removed, deprecated dependencies have been replaced, code completely refactored to ECMAScript modules and latest JavaScript features, and performance has been improved. This release has been tested to work on the latest Node.js releases and unlocks the Titanium SDK to begin dropping dead code, adopt ESM, and update dependencies.
BREAKING CHANGES:
- Require Node.js 18 or newer
- Refactored entire codebase using ESM
- Removed
login,logout,plugin, andstatuscommands ti config- Replaced
--output jsonwith--output json-objectoutput
- Replaced
ti info- Removed
haxminfo - Removed
genymotionand VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsignerfrom JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVerfrom Titanium CLI and Titanium SDKs in info
- Removed
ti module- Removed global
iphonemodules as it was just a copy ofiosmodules - Modules with
platformother thanandroid,commonjs,ios, and
iphonewill be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk- Removed
activeSDKfrom JSON result
- Removed
ti setup- Removed Windows Store publishing info
- Removed
haxminfo - Removed
sdksetup - Removed user locale setup
- Removed Xcode CLI tools detection
- Removed Titanium CLI Dependencies section from check
- Removed Java-based connection test from check
- Trace and debug log messages written to
stderrinstead ofstdout
New Features
--sdk <ver>is now a global option- Defaults to latest installed SDK version
- If executing the
createcommand without any options, it will prompt for
the SDK version to use
-d,--project-diris now a global option- Used to be
build,clean, andprojectcommands only, but needed so
the CLI can read thetiapp.xmland determine the<sdk-version>;
defaults to the current working directory - Since this conflicts with the
createcommand's-d,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debugglobal flag to output CLI debug logging - Added
--jsonflag toti config,ti info,ti sdk,ti sdk list - Logger changes:
- Replaced "winston" based logger with lighter weight logger
- Added total run time trace message at end
--timestampoption enabled only when command has--log-leveloption
- Performance improvements:
- Lazy load modules as much as possible, within reason
- Removed tons of old dead code
- Use smaller alternative dependencies
Improvements
- Removed all analytics/telemetry code
- Removed i18n logic; all output rendered in English
- Removed incomplete tab completion code
- Removed "default" SDK;
<sdk-version>in tiapp.xml is source of truth,
override with--sdk <ver>arg - Replaced custom CLI arg parser (based on
optimist) with Commander.js- Order of arguments matter; command options must come after command
ti sdk install--defaultflag has no effectti sdk selectcommand has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colorswithchalk - Replaced
fieldswithprompts - Replaced
humanizewithpretty-bytes - Replaced
requestwithundici
- Replaced
Full Changelog: v6.1.1...v7.0.0-rc
v7.0.0-beta9
npm i -g titanium@next
Titanium CLI v7 is a almost an entire rewrite. Old dead code has been removed, deprecated dependencies have been replaced, code completely refactored to ECMAScript modules and latest JavaScript features, and performance has been improved. This release has been tested to work on the latest Node.js releases and unlocks the Titanium SDK to begin dropping dead code, adopt ESM, and update dependencies.
BREAKING CHANGES:
- Require Node.js 18 or newer
- Refactored entire codebase using ESM
- Removed
login,logout,plugin, andstatuscommands ti config- Replaced
--output jsonwith--output json-objectoutput
- Replaced
ti info- Removed
haxminfo - Removed
genymotionand VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsignerfrom JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVerfrom Titanium CLI and Titanium SDKs in info
- Removed
ti module- Removed global
iphonemodules as it was just a copy ofiosmodules - Modules with
platformother thanandroid,commonjs,ios, and
iphonewill be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk- Removed
activeSDKfrom JSON result
- Removed
ti setup- Removed Windows Store publishing info
- Removed
haxminfo - Removed
sdksetup - Removed user locale setup
- Removed Xcode CLI tools detection
- Removed Titanium CLI Dependencies section from check
- Removed Java-based connection test from check
- Trace and debug log messages written to
stderrinstead ofstdout
New Features
--sdk <ver>is now a global option- Defaults to latest installed SDK version
- If executing the
createcommand without any options, it will prompt for
the SDK version to use
-d,--project-diris now a global option- Used to be
build,clean, andprojectcommands only, but needed so
the CLI can read thetiapp.xmland determine the<sdk-version>;
defaults to the current working directory - Since this conflicts with the
createcommand's-d,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debugglobal flag to output CLI debug logging - Added
--jsonflag toti config,ti info,ti sdk,ti sdk list - Logger changes:
- Replaced "winston" based logger with lighter weight logger
- Added total run time trace message at end
--timestampoption enabled only when command has--log-leveloption
- Performance improvements:
- Lazy load modules as much as possible, within reason
- Removed tons of old dead code
- Use smaller alternative dependencies
Improvements
- Removed all analytics/telemetry code
- Removed i18n logic; all output rendered in English
- Removed incomplete tab completion code
- Removed "default" SDK;
<sdk-version>in tiapp.xml is source of truth,
override with--sdk <ver>arg - Replaced custom CLI arg parser (based on
optimist) with Commander.js- Order of arguments matter; command options must come after command
ti sdk install--defaultflag has no effectti sdk selectcommand has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colorswithchalk - Replaced
fieldswithprompts - Replaced
humanizewithpretty-bytes - Replaced
requestwithundici
- Replaced
Full Changelog: v6.1.1...v7.0.0-beta9