[FIXED] fix the version of request we are using, new minor version break backwards compatibility
[ADDED] support for publishing on up to 10 interests.
[ADDED] support for sending push notifications.
[ADDED] Support for triggering batch events.
[FIXED] remove security vulnerability by updating requests.
[ADDED] cluster
option in the Pusher constructor.
[ADDED] Build option for Parse Cloud.
[FIXED] compatibility issue with node 0.12 (issue #12)
Optimisation: Use Date.now() instead of (new Date).getTime()
Run tests with Travis-CI
[FIXED] Add validation to channel names and socket ids
[FIXED] Auth signatures being incorrect when channel data included utf-8 characters
[FIXED] Fixed trigger not accepting '=', '@', ',', '.' and ';' in channel names
[FIXED] Upgraded request
to 2.45.0 to prevent DoS vulnerability caused by qs
dependency.
[CHANGED] Incorrect arguments to authenticate
will raise an error
First stable release.