Commit 3e1ae2d
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
2 files changed
+91
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
1 | 91 | | |
2 | 92 | | |
3 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments