Skip to content

Commit 46c2658

Browse files
Leandro SouzaLeandro Souza
authored andcommitted
New release 1.2.0
1 parent dbb56ff commit 46c2658

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
nativescript-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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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",

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)