Tags: rfershte/node-apn
Tags
* Fix Documentation URL (node-apn#393) * Prevent `badge: 0` sending `badge: undefined` (node-apn#394) * Avoid error, when deferredConnection is null (node-apn#397)
Fixes: * Emit an error when retry limit is exceeded (node-apn#333) * Documentation fixes (node-apn#229, node-apn#343, node-apn#379) * Reinstate broken aps behaviour (node-apn#377)
* Notification property improvements * Round-robin all open sockets when sending notifications * `minConnections` option * Prevent crashing when cancelling feedback multiple times (node-apn#307) * Fix connection.shutdown behaviour (node-apn#299) * Small doc improvements