3.26.0
* fix: disallow queries in username and email fields (Hage Yaapa) * Ignore failing downstream dependencies (Miroslav Bajtoš) * Upgrade nyc to version 14 (Miroslav Bajtoš) * Update Karma dependencies to latest versions (Miroslav Bajtoš) * Drop Node.js 6.x from the supported versions (Miroslav Bajtoš) * Fix Model.exists() to work with remote connector (Maxim Sharai) * chore: update copyrights years (Agnes Lin) * Update LTS status (Diana Lau) * Enable Node.js 12.x on Travis CI (Miroslav Bajtoš) * chore: update copyright year (Diana Lau) * chore: update LB3 EOL date (Diana Lau)
This commit is contained in:
parent
58a0e6c8e9
commit
9b1d4885ab
26
CHANGES.md
26
CHANGES.md
|
@ -1,3 +1,29 @@
|
||||||
|
2019-05-31, Version 3.26.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* fix: disallow queries in username and email fields (Hage Yaapa)
|
||||||
|
|
||||||
|
* Ignore failing downstream dependencies (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Upgrade nyc to version 14 (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update Karma dependencies to latest versions (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Drop Node.js 6.x from the supported versions (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix Model.exists() to work with remote connector (Maxim Sharai)
|
||||||
|
|
||||||
|
* chore: update copyrights years (Agnes Lin)
|
||||||
|
|
||||||
|
* Update LTS status (Diana Lau)
|
||||||
|
|
||||||
|
* Enable Node.js 12.x on Travis CI (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* chore: update copyright year (Diana Lau)
|
||||||
|
|
||||||
|
* chore: update LB3 EOL date (Diana Lau)
|
||||||
|
|
||||||
|
|
||||||
2019-03-15, Version 3.25.1
|
2019-03-15, Version 3.25.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "3.25.1",
|
"version": "3.26.0",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue