Skip to content

Releases: d7laungani/DLLocalNotifications

0.09

20 Jan 14:39
Compare
Choose a tag to compare

This release fixes multiple issues and refactors the API to better reflect the limitations of the User Notifications Framework

Breaking API Changes -- Check Readme for latest API

Notes
-- You can only repeat notifications via date components
-- Delayed repeated notifications are not supported in the underlying User Notifications Framework

Queue Properly added and Tests added

14 Jan 01:03
Compare
Choose a tag to compare

Notification Queue Added sans Attachments and region
Basic tests added

Fixed hourly bug

28 Mar 06:38
Compare
Choose a tag to compare
0.06

Merge branch 'master' of https://github.com/d7laungani/DLLocalNotific…

Fixed Category option

17 Mar 20:38
Compare
Choose a tag to compare
0.05

Fixed Category option

Added Repeat to repeatFromTo and fixed initializer issues

01 Feb 06:59
Compare
Choose a tag to compare

Added Location Notifications and Category Actions

31 Dec 04:47
Compare
Choose a tag to compare
  1. Added support to easily add location based notifications
  2. Added support to easily create categories and add action buttons to your notification

More versatile Notification class

16 Dec 07:48
Compare
Choose a tag to compare
  1. Added support for launch images, attachments and categories to notification
  2. Added support to create notifications for a specific time period with a specific notification interval time period

Initial Release

15 Dec 03:19
Compare
Choose a tag to compare

Included base functionality for creating local notifications using IOS 10 User Notifications Framework.