Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

v0.0.12

Compare
Choose a tag to compare
@Nickersoft Nickersoft released this 02 Feb 04:26
· 106 commits to master since this release

Woo! Finally! Push has been updated for the first time since like... August? So let's see if I can remember all the changes that were made.

Important Stuff You Should Care About

  • Added Coveralls support to the repo
  • Push.js now compatible with Fluid (thanks to mshick)
  • Corrected MAJOR issue where click/close events were not executing on mobile
  • Added new link option, where passing in a relative URL will enable mobile notifications to automatically open the URL when clicked
    • Only caveat is that serviceWorker.js (previously sw.js) _must_ be in the same folder as Push when this option is used

Stuff You Probably Don't Care About

  • Added more badges to the README
  • IntelliJ files now included in .gitignore
  • README now contains info on obtaining info from Push.Permission
  • Updated copyright
  • Added "Additional Resources" info to README
  • Added yarn.lock file (info on what that is and why it's important can be found here)
  • Minor bug fixes, as always