forked from othiym23/node-continuation-local-storage
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- docs: add a AsyncWrap history to README.md
- Loading branch information
1 parent
f4b29cd
commit ffad8b5
Showing
3 changed files
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,47 @@ | ||
### v4.1.5 | ||
* dep: update engine support ^4.7||^6.9.2||^7.3 to be same as `async-hook`'s | ||
# `cls-hooked` Changelog | ||
|
||
## v4.1.6 | ||
|
||
* fix: Use the correct `err` variable name in try/catch. Thanks to [@enko](https://github.com/enko). | ||
|
||
## 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 | ||
* supports node 4.5.0 now | ||
* chore(ci): add node 4 to travis | ||
## v4.1.4 | ||
|
||
* feat: supports node 4.5.0 now | ||
* test: add node 4 to travis | ||
|
||
## v4.1.3 | ||
|
||
* dep: updated dependencies. Fix eslint issues | ||
* feat: add runPromise | ||
|
||
## v4.1.2 | ||
|
||
* chore: republishing to npm v4.1.2 | ||
* test: Update travis and strict npm engine to ^6.2.2 | ||
|
||
## v4.1.1 | ||
|
||
### v4.1.3 | ||
* updated dependencies. Fix eslint issues | ||
* add runPromise | ||
* test: Updated travis and strict npm engine to ^6.2.2 | ||
|
||
### v4.1.2 | ||
* republishing to npm v4.1.2 | ||
* Update travis and strict npm engine to ^6.2.2 | ||
## v4.1.0 | ||
|
||
### v4.1.1 | ||
* Updated travis and strict npm engine to ^6.2.2 | ||
* feat: add `runAndReturn` method to get return value of `func` (from [@overlookmotel](https://github.com/overlookmotel/node-continuation-local-storage)). | ||
|
||
### v4.1.0 | ||
* Feature: add `runAndReturn` method to get return value of `func` (from [@overlookmotel](https://github.com/overlookmotel/node-continuation-local-storage)). | ||
|
||
## v4.0.1 | ||
|
||
### v4.0.1 | ||
* Same API but major change to implementation. Uses **unofficial** [AsyncWrap](https://github.com/nodejs/node-eps/blob/async-wrap-ep/XXX-asyncwrap-api.md) instead of [async-listener](https://github.com/othiym23/async-listener). | ||
* feat: Same API but major change to implementation. Uses **unofficial** [AsyncWrap](https://github.com/nodejs/node-eps/blob/async-wrap-ep/XXX-asyncwrap-api.md) instead of [async-listener](https://github.com/othiym23/async-listener). | ||
|
||
|
||
### v3.1.0 (2014-07-28): | ||
|
||
* Updated to use `[email protected]` to pick up bug fixes. | ||
* Updated to use `[email protected]` to pick up bug fixes. | ||
|
||
### v3.0.0 (2013-12-14): | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters