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
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+
1.5.1 (2015, December 03)
5
+
==
6
+
### New
7
+
*[Implemented #452](https://github.com/NativeScript/nativescript-cli/issues/452): Build should report malformed XML.
8
+
*[Implemented #1263](https://github.com/NativeScript/nativescript-cli/issues/1263): Add timestamps to LiveSync messages.
9
+
10
+
### Fixed
11
+
*[Fixed #1234](https://github.com/NativeScript/nativescript-cli/issues/1234): LiveSync does not work for iOS platform specific .xml/.css files on iOS Simulator.
12
+
*[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.
13
+
*[Fixed #1245](https://github.com/NativeScript/nativescript-cli/issues/1245): `TypeError: Cannot read property 'match' of null` error is thrown on various commands.
14
+
*[Fixed #1246](https://github.com/NativeScript/nativescript-cli/issues/1246): LiveSync on android device is throwing ENAMTOOLONG error on Windows.
15
+
*[Fixed #1253](https://github.com/NativeScript/nativescript-cli/issues/1253): iOS debugger does not work with iOS Simulator with Xcode7+.
16
+
*[Fixed #1268](https://github.com/NativeScript/nativescript-cli/issues/1268): Hook failures treated as bad user input.
17
+
4
18
1.5.0 (2015, November 24)
5
19
==
6
20
@@ -280,7 +294,7 @@ Building NativeScript projects for Android requires Android SDK 22, Android SDK
280
294
* Introduced new project structure. To migrate to the new structure, complete the following steps.
281
295
1. Manually move all files and folders from the inner `app` folder one level up inside the outer `app` folder.
282
296
1. Remove the now empty inner `app` folder.
283
-
1. Verify that your project structure reflects the structure described [here](README.md#create-project).
297
+
1. Verify that your project structure reflects the structure described [here](https://github.com/NativeScript/nativescript-cli/blob/production/README.md#create-project).
0 commit comments