8000 Tags · rfershte/node-apn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rfershte/node-apn

Tags

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request node-apn#663 from node-apn/prep-3.0-II

Prep for release

v2.2.0

Toggle v2.2.0's commit message

v3.0.0-alpha1

Toggle v3.0.0-alpha1's commit message

v2.1.5

Toggle v2.1.5's commit message

v2.1.4

Toggle v2.1.4's commit message
Update changelog for 2.1.4

v2.1.3

Toggle v2.1.3's commit message

v2.1.2

Toggle v2.1.2's commit message
Update version to 2.1.2

v2.1.1

Toggle v2.1.1's commit message

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
argon Andrew Naylor
2.1.0

* JSON Web Token support (node-apn#401)
* Add threadId property for notifications
* Fix a leak caused when an error is emitted from the endpoint manager

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
argon Andrew Naylor
v2.0.0

* HTTP/2 Provider API (node-apn#277)
* `apn.Connection` has been renamed to `apn.Provider`
* `apn.Feedback` has been removed
* `apn.Device` has been removed - all tokens are now hex-encoded strings
* `apn.token` is provided to validate tokens and convert from `Buffer` if
  necessary
* Notifications are now required to have an associated `topic`
* `pushNotification(notification, tokens)` is now simply, `send(notification, recipients)`
* `send` returns a promise which will be fulfilled when all notifications have
  been sent (node-apn#362)
* Reliable Delivery (node-apn#168)
* Ability to mock `apn.Provider` behaviour
* Notification can be created in a "finished" state (node-apn#240)
0