Skip to content

Releases: Icehunter/rabbitmq-helper

v1.0.0

02 Jul 03:26

Choose a tag to compare

Installation:

npm i git://github.com/Icehunter/rabbitmq-helper.git#v1.0.0 -S

Changes:

  • Refactored instantiation and event model.
  • Event's supported: initialized, reconnected, error, queue-listening
  • Updated unit tests.

v0.2.2

02 Jul 03:01

Choose a tag to compare

Installation:

npm i git://github.com/Icehunter/rabbitmq-helper.git#v0.2.2 -S

Changes:

  • EnsureRabbitMQ will not double-initialize the module.

v0.2.1

01 Jul 16:43

Choose a tag to compare

Installation:

npm i git://github.com/Icehunter/rabbitmq-helper.git#v0.2.1 -S

Changes:

  • Removed processor callback as it's not needed from the ensureRabbitMQ callback.
  • Updated associated unit tests.

v0.2.0

31 May 04:40

Choose a tag to compare

Installation:

npm i git://github.com/Icehunter/rabbitmq-helper.git#v0.2.0 -S

Changes:

  • Added joi validation to incoming config.
  • Changed params of initializer to have logger included in object.
  • Each use of helper now creates an entirely new and unique copy of
    class while maintaining cached functions.
  • Updated unit tests.
  • Incremented minor.

v0.1.0

24 May 03:33

Choose a tag to compare

Installation:

npm i git://github.com/Icehunter/rabbitmq-helper.git#v0.1.0 -S