Skip to content

v0.0.11

Compare
Choose a tag to compare
@Nickersoft Nickersoft released this 16 Aug 02:57
· 127 commits to master since this release

Some cool new changes showing up in v0.0.11:

Enhancements

  • Added support for the requireInteraction option, which allows notifications to persist until they are manually closed or clicked on by a user (#59)
  • Replaced Push.count (which could be assigned to) with Push.count() (which cannot) (#61)
  • Added support for custom service worker paths via the serviceWorker option (#67)
  • Updated the README & unit tests

Bug Fixes

  • Resolved issues where the notification count was not being updated when notifications were closed (#61)
  • Resolved an issue where Push was throwing an error if a notification with a timeout was manually closed before the timeout expired (#65)