Skip to content

Commit 9b1d488

Browse files
committedMay 31, 2019
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)
1 parent 58a0e6c commit 9b1d488

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
 

‎CHANGES.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2019-05-31, Version 3.26.0
2+
==========================
3+
4+
* fix: disallow queries in username and email fields (Hage Yaapa)
5+
6+
* Ignore failing downstream dependencies (Miroslav Bajtoš)
7+
8+
* Upgrade nyc to version 14 (Miroslav Bajtoš)
9+
10+
* Update Karma dependencies to latest versions (Miroslav Bajtoš)
11+
12+
* Drop Node.js 6.x from the supported versions (Miroslav Bajtoš)
13+
14+
* Fix Model.exists() to work with remote connector (Maxim Sharai)
15+
16+
* chore: update copyrights years (Agnes Lin)
17+
18+
* Update LTS status (Diana Lau)
19+
20+
* Enable Node.js 12.x on Travis CI (Miroslav Bajtoš)
21+
22+
* chore: update copyright year (Diana Lau)
23+
24+
* chore: update LB3 EOL date (Diana Lau)
25+
26+
127
2019-03-15, Version 3.25.1
228
==========================
329

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "3.25.1",
3+
"version": "3.26.0",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.