Skip to content

Releases: Superbalist/js-pubsub-redis

3.0.0

18 Jul 11:24
Compare
Choose a tag to compare

Changelog

3.0.0 - 2017-07-18

  • Change publish and publishBatch methods to return a promise

2.0.0

17 May 13:36
Compare
Choose a tag to compare

Changelog

2.0.0 - 2017-05-17

  • Bump up @superbalist/js-pubsub to ^2.0.0
  • Add new publishBatch method to RedisPubSubAdapter

1.0.3

16 May 14:56
Compare
Choose a tag to compare

Changelog

1.0.3 - 2017-05-16

  • Fix to bug where all subscribers on same client receive all messages, regardless of the channel

1.0.2

15 May 11:44
Compare
Choose a tag to compare

Changelog

1.0.2 - 2017-05-15

  • Serialize message payload upon publishing

1.0.1

09 May 14:37
Compare
Choose a tag to compare

Changelog

1.0.1 - 2017-05-09

  • Transpile ES6 -> ES5 at build time

1.0.0

08 May 20:17
Compare
Choose a tag to compare

Changelog

1.0.0 - 2017-05-08

  • Switch to ESLint & Google Javascript Style Guide
  • Add JSDoc documentation
  • Add unit tests

0.0.1

02 May 08:22
Compare
Choose a tag to compare

Changelog

0.0.1 - 2017-05-02

  • Initial release