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 ios
to 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
iphone
toios
by @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
, andstatus
commands ti config
- Replaced
--output json
with--output json-object
output
- Replaced
ti info
- Removed
haxm
info - Removed
genymotion
and VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsigner
from JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVer
from Titanium CLI and Titanium SDKs in info
- Removed
ti module
- Removed global
iphone
modules as it was just a copy ofios
modules - Modules with
platform
other thanandroid
,commonjs
,ios
, and
iphone
will be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk
- Removed
activeSDK
from JSON result
- Removed
ti setup
- Removed Windows Store publishing info
- Removed
haxm
info - Removed
sdk
setup - 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
stderr
instead ofstdout
New Features
--sdk <ver>
is now a global option- Defaults to latest installed SDK version
- If executing the
create
command without any options, it will prompt for
the SDK version to use
-d
,--project-dir
is now a global option- Used to be
build
,clean
, andproject
commands only, but needed so
the CLI can read thetiapp.xml
and determine the<sdk-version>
;
defaults to the current working directory - Since this conflicts with the
create
command's-d
,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debug
global flag to output CLI debug logging - Added
--json
flag 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
--timestamp
option enabled only when command has--log-level
option
- 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
--default
flag has no effectti sdk select
command has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colors
withchalk
- Replaced
fields
withprompts
- Replaced
humanize
withpretty-bytes
- Replaced
request
withundici
- 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
, andstatus
commands ti config
- Replaced
--output json
with--output json-object
output
- Replaced
ti info
- Removed
haxm
info - Removed
genymotion
and VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsigner
from JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVer
from Titanium CLI and Titanium SDKs in info
- Removed
ti module
- Removed global
iphone
modules as it was just a copy ofios
modules - Modules with
platform
other thanandroid
,commonjs
,ios
, and
iphone
will be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk
- Removed
activeSDK
from JSON result
- Removed
ti setup
- Removed Windows Store publishing info
- Removed
haxm
info - Removed
sdk
setup - 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
stderr
instead ofstdout
New Features
--sdk <ver>
is now a global option- Defaults to latest installed SDK version
- If executing the
create
command without any options, it will prompt for
the SDK version to use
-d
,--project-dir
is now a global option- Used to be
build
,clean
, andproject
commands only, but needed so
the CLI can read thetiapp.xml
and determine the<sdk-version>
;
defaults to the current working directory - Since this conflicts with the
create
command's-d
,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debug
global flag to output CLI debug logging - Added
--json
flag 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
--timestamp
option enabled only when command has--log-level
option
- 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
--default
flag has no effectti sdk select
command has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colors
withchalk
- Replaced
fields
withprompts
- Replaced
humanize
withpretty-bytes
- Replaced
request
withundici
- 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
, andstatus
commands ti config
- Replaced
--output json
with--output json-object
output
- Replaced
ti info
- Removed
haxm
info - Removed
genymotion
and VirtualBox info - Removed macOS info including Xcode CLI Tools
- Removed
jarsigner
from JDK detection; no longer used thanks to Gradle - Removed
nodeAppcVer
from Titanium CLI and Titanium SDKs in info
- Removed
ti module
- Removed global
iphone
modules as it was just a copy ofios
modules - Modules with
platform
other thanandroid
,commonjs
,ios
, and
iphone
will be ignored - Modules with invalid semantic version will be ignored
- Removed global
ti sdk
- Removed
activeSDK
from JSON result
- Removed
ti setup
- Removed Windows Store publishing info
- Removed
haxm
info - Removed
sdk
setup - 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
stderr
instead ofstdout
New Features
--sdk <ver>
is now a global option- Defaults to latest installed SDK version
- If executing the
create
command without any options, it will prompt for
the SDK version to use
-d
,--project-dir
is now a global option- Used to be
build
,clean
, andproject
commands only, but needed so
the CLI can read thetiapp.xml
and determine the<sdk-version>
;
defaults to the current working directory - Since this conflicts with the
create
command's-d
,--workspace-dir
option, special handling treats these two options the same
- Used to be
- Added a new
--debug
global flag to output CLI debug logging - Added
--json
flag 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
--timestamp
option enabled only when command has--log-level
option
- 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
--default
flag has no effectti sdk select
command has no effect- Updated dependencies, replaced deprecated dependencies
- Replaced
colors
withchalk
- Replaced
fields
withprompts
- Replaced
humanize
withpretty-bytes
- Replaced
request
withundici
- Replaced
Full Changelog: v6.1.1...v7.0.0-beta9