Push.js Versions Save

The world's most versatile desktop notifications framework :earth_americas:

v1.0.11

4 years ago

Fixes

  • Fixed issue where requestPermission would error in Safari (thanks to @andjosh) (4c146ab8fdd89939ea62c3da6b65cb1cfa120a40)
  • Support for Node 10 (#202)
  • Build error fixes (#197)

v1.0.9

5 years ago
  1. Typescript restricts the use of expressions directly in an export statement. Updated to a proper way of making a DTS.

  2. Added return type declaration to config

v1.0.8

5 years ago

Minor patch release to include Typescript definitions in the package.

v1.0.7

5 years ago

Emergency release that adds back the original, un-minified push.js file to the package's bin directory.

v1.0.6

5 years ago

Minor Patch Release

  • Dependencies upgrades
  • Fixed issue where passing null to create() was throwing a runtime error (thanks to @raybooysen) (#179)

v1.0.5

6 years ago

A minor patch with a handful of bug fixes/adjustments:

User-Reported

  • Resolved issues with the link property (#102)
  • Fixed requestPermission() not working in Safari (#117) – fixed by @n3il
  • Add support for promises in the Push permissions API (#120) – fixed @basiclines

GitHub Documentation

  • Switched David badge from displaying dependencies to only dev dependencies
  • Corrected code coverage badge in README that claimed the pro

All of the dependencies were upgraded to their latest versions as well.

v1.0.4

6 years ago

Another minor patch release, this time making the default service worker path /serviceWorker.min.js, as keeping service workers at the root of your web server is better practice. Additionally, some semantic adjustments were made to the codebase.

v1.0.3

6 years ago

Added images to NPM package to match Bower package

v1.0.2

6 years ago

Added bin directory to output, so Bower can see it.

v1.0.1

6 years ago

Finally! Version 1.0 has arrived! 🎉 🎉 Well... v1.0.1... publishing v1.0 got screwed up because the resulting packaging was missing all of the code files. Bower v1.0.1 is on the way as well! This release brings in a slew of new changes that improves upon Push's extensibility and customizability. From the PR:

Functionality

  • Converted entire codebase to ES2015 Javascript + Babel
  • Third-party plugins can now be loaded via Push.extend()
  • Push.config() now allows you to set global configuration variables, including a "fallback" function that executes when Push doesn't support the current browser

Deployment

  • Build output now includes source maps
  • Now supports automated browser testing from BrowserStack (tests the latest desktop versions of Safari, Opera, Chrome, Firefox, and Edge)

Minor Adjustments

  • Added badges for Davis and CodeClimate
  • Bug fixes