expo-notifications
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -11,2 +11,6 @@ # Changelog | ||
## 0.3.0 — 2020-05-28 | ||
*This version does not introduce any user-facing changes.* | ||
## 0.2.0 — 2020-05-27 | ||
@@ -23,2 +27,4 @@ | ||
- Added `DailyTriggerInput` that allows scheduling a daily recurring notification for a specific hour and minute. It is supported on both iOS and Android. ([#8199](https://github.com/expo/expo/pull/8199) by [@thorbenprimke](https://github.com/thorbenprimke)) | ||
- Added native permission requester that will let developers call `Permissions.getAsync(Permissions.NOTIFICATIONS)` (or `askAsync`) when this module is installed. ([#8486](https://github.com/expo/expo/pull/8486) by [@sjchmiela](https://github.com/sjchmiela)) | ||
> Note that the effect of this method is the same as if you called `Notifications.getPermissionsAsync()` (or `requestPermissionsAsync`) and then `Notifications.getDevicePushTokenAsync()`—it tries to both ask the user for user-facing notifications permissions and then tries to register the device for remote notifications. We are planning to deprecate the `.NOTIFICATIONS` permission soon. | ||
@@ -25,0 +31,0 @@ ### 🐛 Bug fixes |
{ | ||
"name": "expo-notifications", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Notifications module", | ||
@@ -42,7 +42,6 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "dfc7fdb9aee4ef6fa10a9693e3d0935a2d500ae2", | ||
"dependencies": { | ||
"badgin": "^1.1.5", | ||
"expo-application": "~2.2.0", | ||
"expo-constants": "9.1.0", | ||
"expo-application": "~2.2.1", | ||
"expo-constants": "9.1.1", | ||
"uuid": "^3.4.0" | ||
@@ -53,3 +52,4 @@ }, | ||
"expo-module-scripts": "~1.2.0" | ||
} | ||
}, | ||
"gitHead": "264a8722e01eb91cf1ec20eb5bdd09dd26fb829d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
558041
324
1
+ Addedexpo-constants@9.1.1(transitive)
- Removedexpo-constants@9.1.0(transitive)
Updatedexpo-application@~2.2.1
Updatedexpo-constants@9.1.1