Skip to content

Commit 3e1ae2d

Browse files
committed
3.1.0
* Fix use-strict issue with connectors after merge (Loay) * Fix connector naming in strict mode (ebarault) * Add "returnOnlyRoleNames" option to Role.getRoles (Eric) * Update translation files (Candy) * Fix broken document for `upsertWithWhere` (Amir Jafarian) * Fix js doc for deleteAll event (Candy) * add allowArray to relations' create remoteMethod (David Cheung) * Remove workaround for default value (Loay) * Fix remote method example (Amir Jafarian) * Remove `example/context` (Amir Jafarian) * Turn on "no-unused-expressions" rule for eslint (Miroslav Bajtoš) * Update eslint to loopback config v5 (Loay) * Fix total calculation in example (Candy) * make test individually runable (David Cheung) * Add options to bulkUpdate (Kogulan Baskaran) * Fix context within listByPrincipalType role method (codyolsen) * Add Node v7 to Travis CI platforms (Miroslav Bajtoš) * Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš) * Add templateFn option to User#verify() (Adrien Kiren) * Require verification after email change (Loay) * Update doc links (Candy) * adding check of string for case insensitive emails (Dhaval Trivedi) * Update test confirmation text in PR template (#2897) (Simon Ho) * allow batch create for persisted models (David Cheung) * Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš) * Need index on principalId for performance. (#2883) (Simon Ho) * Remove redundant items in PR template (#2877) (Simon Ho) * Refactor PR template based on feedback (#2865) (Simon Ho) * Add pull request template (#2843) (Simon Ho) * Update README.md (Rand McKinney) * Reword ticking checkbox note in issue template (#2854) (Simon Ho) * Add how to tick checkbox in issue template (#2851) (Simon Ho) * Fix description of updateAll response (Miroslav Bajtoš) * Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš) * Use GitHub issue templates (#2810) (Simon Ho) * Update ja and nl translation files (Candy) * Remove 3.0 DEVELOPING & RELEASE-NOTES (Miroslav Bajtoš) * Fix support for remote hooks returning a Promise (Tim van der Staaij) * Validate non-email property partial update (Loay) * Update release notes (Amir Jafarian) * Update translation files - round#2 (Candy) * Add license text (Candy) * Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš)
1 parent a34f321 commit 3e1ae2d

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed

CHANGES.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
2016-12-05, Version 3.1.0
2+
=========================
3+
4+
* Fix use-strict issue with connectors after merge (Loay)
5+
6+
* Fix connector naming in strict mode (ebarault)
7+
8+
* Add "returnOnlyRoleNames" option to Role.getRoles (Eric)
9+
10+
* Update translation files (Candy)
11+
12+
* Fix broken document for `upsertWithWhere` (Amir Jafarian)
13+
14+
* Fix js doc for deleteAll event (Candy)
15+
16+
* add allowArray to relations' create remoteMethod (David Cheung)
17+
18+
* Remove workaround for default value (Loay)
19+
20+
* Fix remote method example (Amir Jafarian)
21+
22+
* Remove `example/context` (Amir Jafarian)
23+
24+
* Turn on "no-unused-expressions" rule for eslint (Miroslav Bajtoš)
25+
26+
* Update eslint to loopback config v5 (Loay)
27+
28+
* Fix total calculation in example (Candy)
29+
30+
* make test individually runable (David Cheung)
31+
32+
* Add options to bulkUpdate (Kogulan Baskaran)
33+
34+
* Fix context within listByPrincipalType role method (codyolsen)
35+
36+
* Add Node v7 to Travis CI platforms (Miroslav Bajtoš)
37+
38+
* Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš)
39+
40+
* Add templateFn option to User#verify() (Adrien Kiren)
41+
42+
* Require verification after email change (Loay)
43+
44+
* Update doc links (Candy)
45+
46+
* adding check of string for case insensitive emails (Dhaval Trivedi)
47+
48+
* Update test confirmation text in PR template (#2897) (Simon Ho)
49+
50+
* allow batch create for persisted models (David Cheung)
51+
52+
* Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš)
53+
54+
* Need index on principalId for performance. (#2883) (Simon Ho)
55+
56+
* Remove redundant items in PR template (#2877) (Simon Ho)
57+
58+
* Refactor PR template based on feedback (#2865) (Simon Ho)
59+
60+
* Add pull request template (#2843) (Simon Ho)
61+
62+
* Update README.md (Rand McKinney)
63+
64+
* Reword ticking checkbox note in issue template (#2854) (Simon Ho)
65+
66+
* Add how to tick checkbox in issue template (#2851) (Simon Ho)
67+
68+
* Fix description of updateAll response (Miroslav Bajtoš)
69+
70+
* Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš)
71+
72+
* Use GitHub issue templates (#2810) (Simon Ho)
73+
74+
* Update ja and nl translation files (Candy)
75+
76+
* Remove 3.0 DEVELOPING & RELEASE-NOTES (Miroslav Bajtoš)
77+
78+
* Fix support for remote hooks returning a Promise (Tim van der Staaij)
79+
80+
* Validate non-email property partial update (Loay)
81+
82+
* Update release notes (Amir Jafarian)
83+
84+
* Update translation files - round#2 (Candy)
85+
86+
* Add license text (Candy)
87+
88+
* Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš)
89+
90+
191
2016-09-22, Version 3.0.0
292
=========================
393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"publishConfig": {
55
"tag": "next"
66
},

0 commit comments

Comments
 (0)