continuation-local-storage
Advanced tools
Changelog
v2.4.1 (2013-10-12):
async-listener
error listeners have gotten lots of tweaks. Update to newest
API.Changelog
v2.4.0 (2013-10-11):
async-listener
now supports error listeners. Update to newest API.Changelog
v2.3.4 (2013-10-03):
emitter.removeListener
are testing against non-monkeypatched versions of
the event handlers (necessary so certain Connect middleware functions, such
as connect.limit
, run correctly).Changelog
v2.3.3 (2013-10-02):
Changelog
v2.3.2 (2013-10-02):
on
/ addListener
remonkeypatching in namespace.bindEmitter()
so
that shimmer
is only called to rebind if the monkeypatched versions have
actually been replaced.setImmediate
in tests, because it's not available in Node 0.8.x.Changelog
v2.3.0 (2013-09-30):
Changelog
v2.2.1 (2013-09-30):
asyncListener
API changes.asyncListener
stuff is working with Node
0.8.x.