Skip to content

Releases: appfeel/node-pushnotifications

v3.1.1

21 Jun 11:05
Compare
Choose a tag to compare

What's Changed

  • Add passthrough for settings to enable data notification by @wcalebgray in #209

Full Changelog: 3.1.0...3.1.1

v3.1.0

19 Jun 20:49
Compare
Choose a tag to compare

v3.0.0

03 Apr 20:51
Compare
Choose a tag to compare
  • Require node version >=14 (5ee1cb0)
  • Bump @parse/node-apn to 6.0.1 (6125d3d)
  • Bump dev dependencies (271f0f6)

v2.1.2

03 Apr 20:43
Compare
Choose a tag to compare
  • 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)

v2.1.1

12 Jan 21:42
Compare
Choose a tag to compare
  • Bump node-gcm to 1.1.3
  • Bump web-push to 3.6.6
  • Bump @parse/node-apn to 5.2.3

v2.1.0

10 Jan 20:51
Compare
Choose a tag to compare

Support regId {id, type}

636c4f7

v2.0.3

30 Mar 10:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

v2.0.2

26 Mar 10:26
Compare
Choose a tag to compare
  • 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: 2.0.1...2.0.2

v2.0.1

06 Jan 21:18
Compare
Choose a tag to compare
  • Support silent high priority notifications for GCM (b31c0b9) (Fixes #170)

v2.0.0

12 Dec 21:31
Compare
Choose a tag to compare
  • 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)