Skip to content

Releases: Nickersoft/push.js

v1.0.11

22 Jul 17:51
89f0156
Compare
Choose a tag to compare

Fixes

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

Update typings for default export and config

25 Oct 17:12
Compare
Choose a tag to compare
  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

10 Oct 05:52
Compare
Choose a tag to compare

Minor patch release to include Typescript definitions in the package.

v1.0.7

24 Jul 16:06
Compare
Choose a tag to compare

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

v1.0.6

18 Jul 15:38
Compare
Choose a tag to compare

Minor Patch Release

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

v1.0.5

05 Oct 18:44
Compare
Choose a tag to compare

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

10 Jul 17:41
Compare
Choose a tag to compare

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

09 Jul 16:30
Compare
Choose a tag to compare

Added images to NPM package to match Bower package

v1.0.2

09 Jul 16:26
Compare
Choose a tag to compare

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

v1.0.1

09 Jul 16:08
Compare
Choose a tag to compare

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