From 8a002bb5a631c8ab2b0c5c065e9827e557f5a5b6 Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Thu, 16 May 2019 09:36:30 +0300 Subject: [PATCH 1/4] updating README file - deprecation note updating README file - deprecation note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49a0777..1a1db81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NativeScript TypeScript +## `nativescript-dev-sass` is deprecated in favour of `bundle` workflow, which will be introduced with CLI v6.0. More info about the upcoming new approach can be found [here](https://www.nativescript.org/blog/the-future-of-building-nativescript-apps). + A package providing TypeScript support for NativeScript. [NativeScript](https://www.nativescript.org/) is a framework which enables developers to write truly native mobile applications for Android and iOS using JavaScript and CSS. [Angular](https://angular.io/) is one of the most popular open source JavaScript frameworks for application development. We [worked closely with developers at Google](http://angularjs.blogspot.bg/2015/12/building-mobile-apps-with-angular-2-and.html) to make Angular in NativeScript a reality. The result is a software architecture that allows you to build mobile apps using the same framework—and in some cases the same code—that you use to build Angular web apps, with the performance you’d expect from native code. [Read more about building truly native mobile apps with NativeScript and Angular](https://docs.nativescript.org/tutorial/ng-chapter-0). From ddbae0a8439d914a0337b0ae4c652b27e7eb290e Mon Sep 17 00:00:00 2001 From: Fatme Date: Wed, 29 May 2019 09:40:20 +0300 Subject: [PATCH 2/4] fix: use the correct name of plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1db81..4b7d70e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NativeScript TypeScript -## `nativescript-dev-sass` is deprecated in favour of `bundle` workflow, which will be introduced with CLI v6.0. More info about the upcoming new approach can be found [here](https://www.nativescript.org/blog/the-future-of-building-nativescript-apps). +## `nativescript-dev-typescript` is deprecated in favour of `bundle` workflow, which will be introduced with CLI v6.0. More info about the upcoming new approach can be found [here](https://www.nativescript.org/blog/the-future-of-building-nativescript-apps). A package providing TypeScript support for NativeScript. From f0331a13749c16380d0db05f5b628d37e9dcc1f6 Mon Sep 17 00:00:00 2001 From: Vladimir Amiorkov Date: Thu, 30 May 2019 14:09:28 +0300 Subject: [PATCH 3/4] feat: upgrade to ~3.4.5 typescript (#83) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 440f05b..30c8c15 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "dependencies": { "nativescript-hook": "^0.2.0", "semver": "5.5.0", - "typescript": "~3.1.1" + "typescript": "~3.4.5" } } From 34a0bd057dd993752e85eab8cd667b1c90fafce8 Mon Sep 17 00:00:00 2001 From: Vladimir Amiorkov Date: Thu, 30 May 2019 14:14:06 +0300 Subject: [PATCH 4/4] Update package.json (#84) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30c8c15..3871777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-typescript", - "version": "0.9.0", + "version": "0.10.0", "description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.", "scripts": { "test": "exit 0",