Skip to content

Releases: Superbalist/js-pubsub

3.0.0

18 Jul 09:27
Compare
Choose a tag to compare

Changelog

3.0.0 - 2017-07-18

  • Change publish and publishBatch methods on PubSubAdapterInterface to return a promise

2.0.0

17 May 13:26
Compare
Choose a tag to compare

Changelog

2.0.0 - 2017-05-17

  • Implement new publishBatch method on PubSubAdapterInterface

1.0.2

15 May 11:33
Compare
Choose a tag to compare

Changelog

1.0.2 - 2017-05-15

  • Add serializeMessagePayload method to Utils class

1.0.1

09 May 14:13
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:14
Compare
Choose a tag to compare

1.0.0 - 2017-05-08

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

0.0.1

02 May 07:45
Compare
Choose a tag to compare

Changelog

0.0.1 - 2017-05-02

  • Initial release