You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+
1.5.1 (2015, December 03)
5
+
==
6
+
### New
7
+
*[Implemented #493](https://github.com/NativeScript/nativescript-cli/issues/493): Enable transpilers support in NativeScript projects.
8
+
*[Implemented #1263](https://github.com/NativeScript/nativescript-cli/issues/1263): Add timestamps to LiveSync messages.
9
+
10
+
### Fixed
11
+
*[Fixed #452](https://github.com/NativeScript/nativescript-cli/issues/452): Build should report malformed XML.
12
+
*[Fixed #1234](https://github.com/NativeScript/nativescript-cli/issues/1234): LiveSync does not work for iOS platform specific .xml/.css files on iOS Simulator.
13
+
*[Fixed #1242](https://github.com/NativeScript/nativescript-cli/issues/1242): `ANDROID_HOME environment variable is not set correctly` error is thrown when `tns run ios --log trace` command is executed.
14
+
*[Fixed #1245](https://github.com/NativeScript/nativescript-cli/issues/1245): `TypeError: Cannot read property 'match' of null` error is thrown on various commands.
15
+
*[Fixed #1246](https://github.com/NativeScript/nativescript-cli/issues/1246): LiveSync on android device is throwing ENAMTOOLONG error on Windows.
16
+
*[Fixed #1253](https://github.com/NativeScript/nativescript-cli/issues/1253): iOS debugger does not work with iOS Simulator with Xcode7+.
17
+
*[Fixed #1268](https://github.com/NativeScript/nativescript-cli/issues/1268): Hook failures treated as bad user input.
18
+
4
19
1.5.0 (2015, November 24)
5
20
==
6
21
@@ -280,7 +295,7 @@ Building NativeScript projects for Android requires Android SDK 22, Android SDK
280
295
* Introduced new project structure. To migrate to the new structure, complete the following steps.
281
296
1. Manually move all files and folders from the inner `app` folder one level up inside the outer `app` folder.
282
297
1. Remove the now empty inner `app` folder.
283
-
1. Verify that your project structure reflects the structure described [here](README.md#create-project).
298
+
1. Verify that your project structure reflects the structure described [here](https://github.com/NativeScript/nativescript-cli/blob/master/README.md#create-project).
0 commit comments