Skip to content

Commit fdcb59e

Browse files
Add information about 1.5.1 release in CHANGELOG
Add information about 1.5.1 release in CHANGELOG
1 parent e7db028 commit fdcb59e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
NativeScript CLI Changelog
22
================
33

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+
419
1.5.0 (2015, November 24)
520
==
621

@@ -280,7 +295,7 @@ Building NativeScript projects for Android requires Android SDK 22, Android SDK
280295
* Introduced new project structure. To migrate to the new structure, complete the following steps.
281296
1. Manually move all files and folders from the inner `app` folder one level up inside the outer `app` folder.
282297
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).
284299

285300
### New
286301

0 commit comments

Comments
 (0)