This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Releases: NativeScript/push-plugin
Releases · NativeScript/push-plugin
0.1.1
General improvements and bug fixes.
For Android:
- Added a beforeprepare hook that installs and applies in
build.gradle
the Google Services plugin. - The Google Services plugin version is set to the latest available on the build machine (previously was 3.0.0)
- Added a
foreground
Boolean property in the Android notification extras
General:
- Added TypeScript definitions for iOS and Android
- Fixes an issue with requiring of the module (Angular, webpack)
0.1.0
Incorporates the FCM SDK for Android. Bug fixes and small enhancements.
0.0.19
Fixes -correctly removing two observers for iOS.
0.0.18
Fixes iOS 10 runtime issue when target SDK 10 is selected. Fixes Android issue when app is coldstarted from notification.
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
Replaced npm dependency to google play services with gradle compile dependency to the library.
User will have to update Google Repository from the Android SDK manager, from Extras/Google Repository so gradle build can use it at build time.
TNS 1.5 and above required.
v0.0.10
Remove GCM installation - it's no longer needed The push-plugin now depends on the nativescript-plugin-google-play-services, so the addition of the GCM library is no longer needed.