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
(previouslysw.js
) _must_ be in the same folder as Push when this option is used
- Only caveat is that
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