Commit Graph

15 Commits

Author SHA1 Message Date
Oleg Kubrakov b9fa114ad6 add nodejs v8.2.1 support 2017-07-21 17:40:54 +08:00
Miroslav Bajtoš 3c10d219c7
3.2.0
* Add Node.js 7 to package.json and .travis.yml (Edgars Zagorskis)
2017-07-10 15:56:46 +02:00
Edgars Zagorskis 6d5fedb85e
Add Node.js 7 to package.json and .travis.yml
Added Node.js 7 to package.json. This way yarn will not complain when
Node.js 7 is used. Tests still pass and the code itself also works
on Node.js 7.

Configure Travis CI to run the build on Node.js 7 too, in order to
verify correctness.
2017-07-10 15:51:01 +02:00
Miroslav Bajtoš f49752780b
3.1.0
* fix typo in readme (biniam)
 * Add bind option to getCurrentContext() (Emiliano Daddario)
 * Upgrade eslint & config to latest (Miroslav Bajtoš)
2017-03-17 16:36:28 +01:00
Miroslav Bajtoš 2f236b884e Merge pull request #25 from strongloop/upgrade/eslint-config
Upgrade eslint & config to latest
2017-02-24 14:52:44 +01: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š 06b99c26df
Upgrade eslint & config to latest
This upgrade allows us to start using ES6 features like arrow functions.
2017-02-24 10:26:20 +01:00
Miroslav Bajtoš 750d8bb5c9 3.0.0
* Rework README, add info from docs site (Miroslav Bajtoš)
 * Drop continuation-local-storage, use cls-hooked (josieusa)
 * Update paid support URL (Siddhi Pai)
 * Add app using loopback-context (Amir Jafarian)
 * Drop support for Node v0.10 and v0.12 (Siddhi Pai)
 * Start the development of the next major version (Siddhi Pai)
 * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
 * make warning less ambigious (Carl Fürstenberg)
2017-01-06 10:35:11 +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
Siddhi Pai 89a1e4ae23 Drop support for Node v0.10 and v0.12 2016-11-19 02:27:54 -08:00
Siddhi Pai 1844bfcd22 Start the development of the next major version 2016-11-19 02:27:27 -08:00
Miroslav Bajtoš 46cfc17600 Update deps to loopback 3.0.0 RC 2016-09-22 13:57:02 +02:00
Miroslav Bajtoš 9bd4afbe7e Initial implementation 2016-07-29 09:17:04 +02:00
Miroslav Bajtoš c8daeb5587 Rename to loopback-context
Also change the npm version to 1.0.0, so that we don't have to modify
downstream loopback pull request after we make the first release.
2016-07-29 09:16:11 +02:00
Miroslav Bajtoš 63d031422d Initial commit 2016-07-28 15:11:12 +02:00