loopback-context/CHANGES.md

65 lines
1.4 KiB
Markdown
Raw Normal View History

2019-01-02, Version 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)
2017-07-21, Version 3.3.0
=========================
* add nodejs v8.2.1 support (Oleg Kubrakov)
2017-07-10, Version 3.2.0
=========================
* Add Node.js 7 to package.json and .travis.yml (Edgars Zagorskis)
2017-03-17, Version 3.1.0
=========================
* fix typo in readme (biniam)
* Add bind option to getCurrentContext() (Emiliano Daddario)
* Upgrade eslint & config to latest (Miroslav Bajtoš)
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 08:46:08 +00:00
2016-08-10, Version 1.0.0
=========================
* First release!