Commit Graph

11 Commits

Author SHA1 Message Date
Oleg Kubrakov b9fa114ad6 add nodejs v8.2.1 support 2017-07-21 17:40:54 +08:00
biniam 3a3b2fd676 fix typo in readme
Fix typo in readme and
fix the module name in
contributing file.

apply changes
2017-03-17 09:58:34 -04:00
Emiliano Daddario d5f977fc4a Add bind option to getCurrentContext()
Add bind:true option to getCurrentContext

Workaround issue #17 with cujojs/when v3.7.7 due to the fact
that it internally uses a mechanism of user-land queuing for
async-related operations, and possibly issues with similar
packages using queuing (mostly Promise libraries)
2017-02-24 11:54:34 +01:00
Miroslav Bajtoš bfed31f2dc Rework README, add info from docs site
Rework the initial section, simplify warnings and installation
instructions.

Update the "Usage" section with content from docs site, as was found in
[Using-current-context.md](http://bit.ly/2hNJSBN).
2017-01-05 14:59:13 +01:00
josieusa 996a49f7da Drop continuation-local-storage, use cls-hooked
Rework the module to use the new cls-hooked module (which uses AsyncWrap
available since Node v4.5) instead of old continuation-local-storage
(based on very unreliable async-listener).
2017-01-03 13:12:28 +01:00
Carl Fürstenberg 7d0f6afaef make warning less ambigious 2016-08-10 14:16:21 +02:00
Miroslav Bajtoš 62f6871089 Add big fat warning to README
Recommend against using this module.
2016-08-01 15:23:19 +02:00
Miroslav Bajtoš 28e99e5e2c API cleanup
Rename "per-request-context" middleware to shorter "per-request".

Introduce "LoopBackContext.perRequest" as a shortcut for way too long
  "loopback-context/server/middlewar/per-request"
2016-08-01 15:23:19 +02:00
Miroslav Bajtoš 867a7c3616 Rename to loopback-context/LoopBackContext 2016-07-29 09:36:34 +02:00
Miroslav Bajtoš 9bd4afbe7e Initial implementation 2016-07-29 09:17:04 +02:00
Miroslav Bajtoš 63d031422d Initial commit 2016-07-28 15:11:12 +02:00