This commit is contained in:
Andrew Naylor 2013-07-01 01:42:11 +01:00
Родитель b7e9fec501
Коммит d6b7720cf1
2 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,15 @@
## Changelog
1.3.5:
* Feedback now emits a `feedbackError` instead of `error` for socket errors.
* Fixed: Incorrect handling of errors when connection fails during TLS handshake.
* Added `Connection#setCacheLength()` for configuration of cache length during run-time.
* Notification confguration methods are now chainable.
* Updated documentation to point to new Apple Documentation URL.
* Added some more overview documentation.
* New example code.
1.3.4:
* Fixed #101: TypeError: Cannot call method 'resolve' of null

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.3.4",
"version": "1.3.5",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{