Skip to content

Releases: ghaiklor/sails-service-pusher

v3.2.2

04 Feb 11:56
Compare
Choose a tag to compare

<a name"3.2.2">

3.2.2 (2016-02-04)

Bug Fixes

  • apn: Fix issue with non-sending pushes (c9811d1e, closes #53)

v3.2.1

27 Jan 13:49
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2016-01-27)

Bug Fixes

  • package: Fix issue with export default (7916e95c)

v3.2.0

26 Jan 15:26
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-01-26)

Features

  • package: Add support for older NodeJS versions (d6bf88a5)

v3.1.0

09 Oct 13:18
Compare
Choose a tag to compare
  • Bump dependencies;

v3.0.1

02 Oct 15:23
Compare
Choose a tag to compare
  • General improvements;

v3.0.0

28 Sep 07:07
Compare
Choose a tag to compare
  • Migration from ES5 to ES6 syntax;
  • Remove .create() method from PusherService. PusherService is a function itself that you can call PusherService('android');
  • Update dependencies and pin them in package.json;

v2.0.1

03 Sep 08:41
Compare
Choose a tag to compare
  • Fix: Bug with invalid parameters in Google Cloud Messaging;

Version 2.0.0

20 Jul 15:47
Compare
Choose a tag to compare
  • Replace getConfig and setConfig with appropriate get and set methods;
  • Refactor each of APNNotification and GCMNotification;
  • Optimize create method in PusherService;
  • Improve test coverage;
  • Update docs;

Version 1.0.0

14 Jul 11:55
Compare
Choose a tag to compare
  • Add support for Apple Push Notification Service;
  • Add support for Google Cloud Messaging;

Version 0.1.0

13 Jul 07:19
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release;