v1.7.0
You can now add notifications with interactions π
Notification | With Action | With TextInput Action |
---|---|---|
The following methods are added:
addNotificationRequest
setNotificationCategory
removeAllPendingNotificationRequests
getPendingNotificationRequests
Added deprecation notices for methods that were using deprecating methods since iOS10.
The following methods are now deprecated, and will be removed from the next major version release.
presentLocalNotification
: useaddNotificationRequest
insteadscheduleLocalNotification
: useaddNotificationRequest
insteadcancelAllLocalNotifications
: useremoveAllPendingNotificationRequests
insteadgetScheduledLocalNotifications
: usegetPendingNotificationRequests
instead
Changelog
- feat: add removeAllPendingNotificationRequests method (#206) by @Naturalclar
- feat: add notification request (#207) by @Naturalclar
- fix: crash on non-textinput action (#208) by @Naturalclar
- docs: remove pre iOS10 information from README (#209) by @Naturalclar
- chore: fix uunnotificationpresentationoption constant in example (#210) by @Naturalclar
- feat: add threadIdentifier for local notification (#211) by @Naturalclar