Releases: NativeScript/nativescript-cli
Releases · NativeScript/nativescript-cli
v3.4.2
New
- Implemented #2127: Feature Request: Ability to disable spinner during install process
Fixed
- Fixed #3337: Empty Chrome DevTools when using tns debug ios for iOS Simulator
- Fixed #3338:
tns debug ios --chrome
can not stop on first line
v3.4.1
New
- Implemented #3313: Allow using Android SDK 27
Fixed
- Fixed #3280: App_Resources are duplicated on consecutive builds with --bundle
- Fixed #3183:
tns debug ios --chrome
keeps changing port on every livesync update - Fixed #3148: Fix detection of Javac version
- Fixed #3302: fix(ios-inspector): Update cached inspector package to latest compatible version
- Fixed #3311: Allow setting authenthicated proxy on Windows when Visual C++ redistributable is not installed
v3.3.1
Fixed
- Fixed #3164: npm run build-*-bundle gets stuck at nativescript-unit-test-runner hook
- Fixed #3182: CLI fails when unable to start Analytics Broker process
3.3.0
Remove iOS static library verification (#3169) It tries to predict a linker error and stop earlier, but there are cases where it fails to do so correctly. We now start building without any preliminary checks on libraries and let it fail with whatever error it does. fixes #2967
v3.2.1
Set version to 3.2.1
v3.2.0
Fixed
- Fixed #3073: Saving two platform-specific files during LiveSync causes an exception
- Fixed #3054:
tns prepare <platform>
fails with Unhandled promise rejection - Fixed #3048: Fixed setup script for Windows
- Fixed #3046: Export fails for Xcode 9 beta 5
- Fixed #3026: Fixed scripts for local installation of NativeScript on macOS
- Fixed #3021: If multiple devices from the same platform are connected
tns debug <platform> --start
should ask you which of them to use - Fixed #3020: iOS Archive Export unexpected behavior when using AdHoc or AppStore provisioning
- Fixed #3007: Application hangs on iOS during LiveSync
- Fixed #3006: Add help for --provision option
- Fixed #2952: Do not select automatically on which Android device to start debugging
- Fixed #2946: Can't run iOS app on case-sensitive filesystem on macOS
- Fixed #2934: Running
tns build android --release ...
uses .debug. files in build output - Fixed #2888: Build in release mode for iOS doesn't seem to set the production mode for APN
- Fixed #2825: LiveSync won't work if appId doesn't match - no warning/error
- Fixed #2818: Exception and stack trace is not shown in terminal for Android
- Fixed #2810: Cannot read property 'match' of null error when installing nativescript cli
- Fixed #2728:
tns run ios --device fakeID
starts iOS Simulator - Fixed #2716: Webpack issues when build in release mode
- Fixed #2657:
tns run android/ios
does not remove folders correctly - Fixed #2515: CLI captures logs from Chrome and Cordova apps
- Fixed #2501: Manual signing with distribution provisioning profile fails with NS 2.5
v3.1.3
New
- Implemented #2470: Establish a recommended workflow for simultaneous Android & iOS development - use
tns run
command. - Implemented #2873: Add official support for Node 8.
- Implemented #2894: Support for Android 8 (API-26) and Android Build Tools 26.0.0.
Fixed
- Fixed #2361: 'iTunes is not installed...' on Windows when using
tns run android
. - Fixed #2870: CLI can not create projects with custom templates when npm 5 is used .
- Fixed #2871: CLI can not add platform from local tgz package when npm 5 is used .
- Fixed #2889:
tns prepare ios --provision
starts simulator. - Fixed #2936: CFBundleURLTypes cannot be overridden from a plugin.
- Fixed #2941: Duplicate console logs with LiveSync in 3.1.
- Fixed #2965: Unmet peerDependencies break adding of platform.
- Fixed #2966: Improve selection of device/emulator for debugging.
- Fixed #2975: CLI Process hangs on native build failure.
- Fixed #2986: Preparing a project for a platform causes changes for the other platform.
- Fixed #2988: CLI fails with EPIPE during
$ tns run ios
.
v3.1.0
Fixed
- Fixed #2905: Doctor command fails when ANDROID_HOME is not set
- Fixed #2874: Unable to build and deploy app to iTunes: Unable to connect to iTunes Connect
- Fixed #2856: DevDependencies' dependencies are added to native project
- Fixed #2860:
tns run ios
fails on iOS devices after rebuilding application in the process - Fixed #2850: Document properly the "Emulate Options"
- Fixed #2757:
tns build ios --forDevice --path TestApp
start simulator - Fixed #2720: Livesync error with webstorm temporary files
- Fixed #2716: Web pack issues when build in release mode
- Fixed #2501: Manual signing with distribution provisioning profile fails with NS 2.5
- Fixed #2446: tns run--device NonexistentName retunrs different messages for ios and android
- Fixed #1358: Webstorm Ubuntu .bash_profile
- Fixed #521: EPERM error with .local/share directory after installing CLI
Deprecated
- Implemented #2329: Remove the emulate command