Skip to content

Releases: louischatriot/node-redis-pubsub

Version 1.0.2 - Fixes for non-JSON payloads

02 Feb 21:10

Choose a tag to compare

Fixes event payloads that are not valid JSON. Thanks to @pomalbisser

Version 1.0.1 - Fixes for unsubscribe

01 Dec 14:52

Choose a tag to compare

Version 1.0.0 - Breaking changes to unsubscribe

24 Nov 14:42

Choose a tag to compare

Added

  • .on and .subscribe returns an unsubscribe function

Remvoed

  • .off and .unsubscribe have been removed in favor of the new API