Changelog
v0.10.1
Changelog
v0.10.0
logError
and catch
to the SubscriptionDefinition
courtesy of @arobson.Changelog
v0.9.1
Changelog
v0.9.0
localBus
with postal
namespace. Postal originally supported the idea of swappable bus implementations. This gold plating has been ripped out finally.noConflict
method to allow for side by side instances of different postal versions (for testing/benchmarking).SubscriptionDefinition
significantly to allow for ConduitJS integration into the subscription callback method as well as the ChannelDefinition
publish method.postal.unsubscribe
call has been added.postal.unsubscribeFor
call has been added.postal.utils
namespace. Any methods under utils
are now under postal
itself.postal.subscriptions
.SubscriptionDefinition
prototype methods in the minimal build are subscribe
, unsubscribe
, and withContext
. The minimal build is relevant if you do not need to additional features (like defer
, withDebounce
, etc.) and lib size is a concern.postal.publish
and ChannelDefinition.prototype.publish
no longer return the envelope.