File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11nativescript-microsoft-appcenter
22==============================
33
4+ # 1.2.0 (2018, April 27)
5+
6+ - New release 1.2.0
7+
8+ ## New
9+
10+ - Added new method ` startWithAppDelegate ` in the class ` AppCenter ` to be used to start the App Center on iOS
11+ - Added new class ` AppCenterCrashes ` for iOS / Android
12+ - Added a new angular project ` demo-ng `
13+
14+ ## Updates
15+ - The interface ` IAppCenterConfig ` was renamed to ` AppCenterSettings `
16+ - The class ` HashMap ` was renamed to ` TrackProperties `
17+ - The class ` Analytics ` was renamed to ` AppCenterAnalytics `
18+
419# 1.1.0 (2018, April 21)
520
621- New release 1.1.0
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ tns plugin add nativescript-microsoft-appcenter
5151
5252| Feature | Android | iOS |
5353| --- | --- | --- |
54- | Diagnostics | NOT YET | NOT YET |
54+ | Crashes | YES | YES |
5555
5656## Push Features
5757
Original file line number Diff line number Diff line change 2323 "@angular/platform-browser-dynamic" : " ~5.2.10" ,
2424 "@angular/router" : " ~5.2.10" ,
2525 "nativescript-angular" : " ~5.3.0" ,
26- "nativescript-microsoft-appcenter" : " ../src " ,
26+ "nativescript-microsoft-appcenter" : " ^1.2.0 " ,
2727 "nativescript-theme-core" : " ~1.0.4" ,
2828 "reflect-metadata" : " ~0.1.10" ,
2929 "rxjs" : " ~5.5.5" ,
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "dependencies" : {
12- "nativescript-microsoft-appcenter" : " ../src " ,
12+ "nativescript-microsoft-appcenter" : " ^1.2.0 " ,
1313 "nativescript-theme-core" : " ^1.0.4" ,
1414 "nativescript-unit-test-runner" : " ^0.3.4" ,
1515 "tns-core-modules" : " ^4.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-microsoft-appcenter" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " Microsoft App Center plugin for NativeScript." ,
55 "main" : " microsoft-appcenter" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments