3.23.0
* Clear handler cache when a method is added/removed (Mohammed Essehemy) * Add `options.preserveAccessTokens` (lchaglla) * Update LB3 to be active LTS (Diana Lau) * Fix ACL tests to wait until all assertions finish (Moshe Malka) * chore: update to latest linting rules (virkt25)
This commit is contained in:
parent
d66c912d06
commit
4c49b5fa1f
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2018-10-09, Version 3.23.0
|
||||
==========================
|
||||
|
||||
* Clear handler cache when a method is added/removed (Mohammed Essehemy)
|
||||
|
||||
* Add `options.preserveAccessTokens` (lchaglla)
|
||||
|
||||
* Update LB3 to be active LTS (Diana Lau)
|
||||
|
||||
* Fix ACL tests to wait until all assertions finish (Moshe Malka)
|
||||
|
||||
* chore: update to latest linting rules (virkt25)
|
||||
|
||||
|
||||
2018-09-12, Version 3.22.3
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "3.22.3",
|
||||
"version": "3.23.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue