Commit Graph

25 Commits

Author SHA1 Message Date
Miroslav Bajtoš 6cb6fc879b
3.5.2
* chore: update LTS status to End-of-Life (Rifa Achrinza)
2021-01-19 15:31:27 +01:00
Miroslav Bajtoš e7584e23d7
3.5.1
* Update LTS status in README (Miroslav Bajtoš)
2020-03-06 09:58:20 +01:00
Miroslav Bajtoš 1dd8282826
3.5.0
* Add support for Node.js 12 (Ahmet Cetin)
 * chore: enable stalebot (Diana Lau)
 * chore: improve issue and PR templates (Nora)
 * Drop support for Node.js 6.x (Miroslav Bajtoš)
 * chore: update copyrights years (Agnes Lin)
2020-02-17 11:48:17 +01:00
Ahmet Cetin 06f0d16701
Add support for Node.js 12
Setting node version the same as in loopback-datasource-juggler
to support new versions of node.
2020-02-17 11:42:05 +01:00
Miroslav Bajtoš d4622392d3
Drop support for Node.js 6.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-03 14:41:23 +02:00
Agnes Lin 391d9eb2ad chore: update copyrights years 2019-05-07 14:03:34 -04:00
Miroslav Bajtoš a41a55b3aa
3.4.0
* Travis: enable Node.js 10.x (Miroslav Bajtoš)
 * Node version ^10.14 added to engines list (Ahmet Cetin)
 * add lts annoucement (jannyHou)
 * Upgrade dependecies, fix new linter errors (Miroslav Bajtoš)
 * Drop support for Node.js 4.x, 5.x and 7.x (Miroslav Bajtoš)
 * Create Issue and PR Templates (#36) (Sakib Hasan)
 * Add CODEOWNERS file (Diana Lau)
2019-01-02 16:20:58 +01:00
Ahmet Cetin 8ddd939c54 Node version ^10.14 added to engines list 2018-12-27 12:34:51 +01:00
Miroslav Bajtoš ea61dfdb3a
Upgrade dependecies, fix new linter errors 2018-06-29 17:17:16 +02:00
Miroslav Bajtoš fcaa7adc61
Drop support for Node.js 4.x, 5.x and 7.x
These version are no longer supported by the Node.js project.
2018-06-29 17:17:16 +02:00
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