Releases: Jeff-Lewis/cls-hooked
Releases · Jeff-Lewis/cls-hooked
v4.2.2
v4.2.1
- chore(release): v4.2.1 - Issue #9, PR #10 - Reduce Memory Leaks - Thanks @JohnCMcDonough!
v4.2.0
- feat(compat): v4.2 for node v4.7-v8
Combines pre and post Nodejs v8 implementations of cls-hooked
v5.alpha.1
-
Alpha version for node v8.1.3 using new async_hooks API.
-
Note: I believe another update to cls-hooked v5.alpha will be required for node release v8.2.0 due to some breaking changes in async_hooks API.
This has been merged into release 4.2.0
v4.1.7
- dep: fix package.json engine semver to allow 6.10.x
- dep: Forked async-hook to async-hook-jl to fix its engine semver also
- test: fix fs.watchFile timeout for travis
- test: skip uncaughtException test
- dep: updated npm dev-dependencies
v4.1.6
- fix: Use the correct error variable name
- docs: add a AsyncWrap history to README.md
v4.1.5
- dep: update engine support ^4.7||^6.9.2||^7.3 to be same as
async-hook
's - dep: update
async-hook
to 1.7.1 - test: give
fs.watchFile
a little more time to pass on Travis CI
v4.1.4
- support for node >= 4.5.0
Node release v4.5.0 on 2016-08-15 contains updates to async_wrap!
v4.1.2
v4.1.2
- republishing to npm v4.1.2
v4.1.1
- Updated travis and strict npm engine to ^6.2.2
v4.1.0
- Feature: add
runAndReturn
method to get return value offunc
(from ).
v4.0.1
- Same API but major change to implementation. Uses unofficial AsyncWrap instead of async-listener.