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)
This commit is contained in:
parent
b0e0b350d4
commit
750d8bb5c9
20
CHANGES.md
20
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue