* 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)
This commit is contained in:
Miroslav Bajtoš 2017-01-06 10:35:11 +01:00
parent b0e0b350d4
commit 750d8bb5c9
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
2017-01-06, Version 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)
2016-08-10, Version 1.0.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-context",
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
"engines": {
"node": "^4.5 || ^5.10 || ^6.0"