|
1 | 1 | NativeScript CLI Changelog
|
2 | 2 | ================
|
3 | 3 |
|
| 4 | +1.5.0 (2015, November 24) |
| 5 | +== |
| 6 | + |
| 7 | +### New |
| 8 | +* [Implemented #493](https://github.com/NativeScript/nativescript-cli/issues/493): Enable transpilers support in NativeScript projects. |
| 9 | +* [Implemented #594](https://github.com/NativeScript/nativescript-cli/issues/594): Implement a hard dependency on the node.js version and exit if not satisfied. |
| 10 | +* [Implemented #684](https://github.com/NativeScript/nativescript-cli/issues/684): Enable commands hooks. |
| 11 | +* [Implemented #955](https://github.com/NativeScript/nativescript-cli/issues/955): Support for xCode7 simulator. |
| 12 | +* [Implemented #1007](https://github.com/NativeScript/nativescript-cli/issues/1007): Smarter and faster LiveSync. |
| 13 | +* [Implemented #1048](https://github.com/NativeScript/nativescript-cli/issues/1048): Support Gradle files from plugins, merge android resource files using aapt and respect AndroidManifest.xml from App_Resources. |
| 14 | +* [Implemented #1113](https://github.com/NativeScript/nativescript-cli/issues/1113): Let users create and execute unit tests in their projects. |
| 15 | +* [Implemented #1117](https://github.com/NativeScript/nativescript-cli/issues/1117): Support for TypeScript-based NativeScript projects. |
| 16 | +* [Implemented #1130](https://github.com/NativeScript/nativescript-cli/issues/1130): Show application output from livesync command for iOS devices and android devices and emulators. |
| 17 | +* [Implemented #1164](https://github.com/NativeScript/nativescript-cli/issues/1164): Use android tools from ANDROID_HOME. |
| 18 | +* [Implemented #1229](https://github.com/NativeScript/nativescript-cli/issues/1229): Support for Node 5.1.0. |
| 19 | + |
| 20 | +### Fixed |
| 21 | +* [Fixed #727](https://github.com/NativeScript/nativescript-cli/issues/727): Double logging with tns run ios. |
| 22 | +* [Fixed #1044](https://github.com/NativeScript/nativescript-cli/issues/1044): iOS debug break on Simulator causes app crash when the debugger is paused on the first line for a long time. |
| 23 | +* [Fixed #1086](https://github.com/NativeScript/nativescript-cli/issues/1086): --key-store-path option to look for the keystore file path relative to the app root. |
| 24 | +* [Fixed #1106](https://github.com/NativeScript/nativescript-cli/issues/1106): Livesync double restarts for TS projects. |
| 25 | +* [Fixed #1110](https://github.com/NativeScript/nativescript-cli/issues/1110): `tns doctor` command should detect invalid java version. |
| 26 | +* [Fixed #1167](https://github.com/NativeScript/nativescript-cli/issues/1167): `tns run`, `tns emulate` and `tns deploy` commands do not check if device is available before build. |
| 27 | +* [Fixed #1177](https://github.com/NativeScript/nativescript-cli/issues/1177): `tns run` command fails when multiple devices with same platform are attached. |
| 28 | +* [Fixed #1185](https://github.com/NativeScript/nativescript-cli/issues/1185): `tns device` command fails when VS Emulator is running. |
| 29 | +* [Fixed #1204](https://github.com/NativeScript/nativescript-cli/issues/1204): Incorrect prepare when using npm 3.x. |
| 30 | + |
4 | 31 | 1.4.3 (2015, October 21)
|
5 | 32 | ==
|
6 | 33 |
|
|
0 commit comments