Node Pushnotifications Versions Save

Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)

3.0.0

1 month ago
  • Require node version >=14 (5ee1cb0)
  • Bump @parse/node-apn to 6.0.1 (6125d3d)
  • Bump dev dependencies (271f0f6)

2.1.2

1 month ago
  • Bump debug from 3.2.6 to 4.3.3 (fb33ffc)
  • Bump ip from 1.1.8 to 1.1.9 (98f124a)
  • Bump follow-redirects from 1.15.5 to 1.15.6 (6980885)
  • Merge pull request #202 from appfeel/dev/bump-deps (d389481)
  • Upgrade ramda to 0.29.1 (03eeaac)
  • Bump web-push to 3.6.7 (d5444b3)
  • Bump actions versions to v4 (99b1db7)

2.1.1

3 months ago
  • Bump node-gcm to 1.1.3
  • Bump web-push to 3.6.6
  • Bump @parse/node-apn to 5.2.3

2.0.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/appfeel/node-pushnotifications/compare/2.0.2...2.0.3

2.0.2

2 years ago
  • Bump node-fetch from 2.6.6 to 2.6.7 (51c060e)
  • Bump minimist from 1.2.5 to 1.2.6 (c7019a5)
  • Bump ramda to 0.28.0 and bump dev dependencies (dc87fac)

Full Changelog: https://github.com/appfeel/node-pushnotifications/compare/2.0.1...2.0.2

2.0.1

2 years ago
  • Support silent high priority notifications for GCM (b31c0b9) (Fixes #170)

2.0.0

2 years ago
  • Bump @parse/node-apn to 5.1.0
    • Drop support for node versions prior to 12 - those node versions have bugs in the http2 library.
    • Support MultiProvider and MultiClient to use a round-robin client for HTTP2.
    • Add support for iOS 15 property interruption-level
    • Add support for target-content-id notification property (#84)

1.7.3

2 years ago
  • Fix export of PN constructor

1.7.2

2 years ago
  • Bump node-gcm to 1.0.5
  • Bump web-push to 3.4.5
  • Bump dev dependencies
  • Move from travis-ci.org to GitHub Actions