Changelog
Changes in v0.1.3 (since v0.1.2)
git log v0.1.2..v0.1.3
Changelog
Changes in v0.1.2 (since v0.1.1)
git log v0.1.1..v0.1.2
Changelog
Changes in v0.1.1 (since v0.1.0)
git log v0.1.0..v0.1.1
arguments
table, passed as an option to some methods, can
include fields in its prototype chainpersistent
as a near equivalent
of deliveryMode
Changelog
Changes in v0.1.0 (since v0.0.2)
git log v0.0.2..v0.1.0
null
if the consumer is
cancelled (see
[RabbitMQ's consumer cancel notification][rabbitmq-consumer-cancel])#publish
and #sendToQueue
returning promises, they return a boolean as for normal channels,
and take a Node.JS-style function (err, ok)
callback for the
server ack or nack'error'
eventsBuffer
, and eschew
require('util')._extend
Writable
streams with regard to #publish
and #sendToQueue
, returning a boolean from those methods and
emitting 'drain'
Changelog
Changes in v0.1.0 (since v0.0.2)
git log v0.0.2..v0.1.0
null
if the consumer is
cancelled (see
[RabbitMQ's consumer cancel notification][rabbitmq-consumer-cancel])#publish
and #sendToQueue
returning promises, they return a boolean as for normal channels,
and take a Node.JS-style function (err, ok)
callback for the
server ack or nack'error'
eventsBuffer
, and eschew
require('util')._extend
Writable
streams with regard to #publish
and #sendToQueue
, returning a boolean from those methods and
emitting 'drain'