Commit a2e199f
committed
3.0.0-alpha.2
* add missing unit tests for strongloop#2108 (Benjamin Kroeger)
* Expose `Replace*` methods (Amir Jafarian)
* Update tests for strong-error-handler (David Cheung)
* Remove legacy express 3.x middleware getters (Miroslav Bajtoš)
* Docuemtation for `replace*` methods (Amir Jafarian)
* Make the doc clear for `findORCreate` cb (Amir Jafarian)
* Fix JSCS unsupported rule error (Jason)
* Remove env.json and strong-pm dir (Ritchie Martori)
* Throw error upon extending unknown model (David Cheung)
* Remove unused UserModel properties (David Cheung)
* Remove Change.handleError (Candy)
* Update user.js (Rik)
* Separate error-checking and next/done logic from other logic in the test suite (Supasate Choochaisri)
* Clean up by removing unnecessary comments (Supasate Choochaisri)
* Add feature to not allow duplicate role name (Supasate Choochaisri)
* update copyright statements (Ryan Graham)
* relicense as MIT only (Ryan Graham)
* Upgrade phantomjs to 2.x (Miroslav Bajtoš)
* app: send port:0 instead of port:undefined (Miroslav Bajtoš)
* travis: drop node@5, add node@6 (Miroslav Bajtoš)
* Disable DEBUG output for eslint on Jenkins CI (Miroslav Bajtoš)
* Remove "loopback.autoAttach()" (Miroslav Bajtoš)
* test/rest.middleware: use local registry (Miroslav Bajtoš)
* Fix role.isOwner to support app-local registry (Miroslav Bajtoš)
* test/user: use local registry (Miroslav Bajtoš)
* Resolver support return promise (juehou)
* remove @Private from jsdoc (Manu Phatak)
* Fixes for emit `remoteMethodDisabled` PR (Simon Ho)
* Add new feature to emit a `remoteMethodDisabled` event when disabling a remote method. (Supasate Choochaisri)
* Fix typo in Model.nestRemoting (Tim Needham)
* Update loopback.js (Rand McKinney)
* Allow built-in token middleware to run repeatedly (Benjamin Kröger)
* Use eslint with loopback config (Miroslav Bajtoš)
* promise docs (Jue Hou)
* Update JSDoc ([email protected])
* Remove constraint making isStatic required (Candy)
* Fix inconsistencies in JSDoc ([email protected])
* Improve error message on connector init error (Miroslav Bajtoš)
* application: correct spelling of "cannont" (Sam Roberts)
* Remove sl-blip from dependency (Candy)
* Use new strong-remoting API (Candy)
* test: remove forgotten console.trace logs (Miroslav Bajtoš)
* Fix race condition in replication tests (Miroslav Bajtoš)
* Fix race condition in error handler test (Miroslav Bajtoš)
* test: remove errant console.log from test (Ryan Graham)
* Promisify Model Change (Jue Hou)
* Travis: drop iojs, add v4.x and v5.x (Miroslav Bajtoš)
* test: use ephemeral port for e2e server (Ryan Graham)
* test: fail on error instead of crash (Ryan Graham)
* ensure app is booted before integration tests (Ryan Graham)
* Remove "loopback.DataModel" (Miroslav Bajtoš)
* Correct JSDoc findOrCreate() callback in PersistedModel (Chris Coggburn)
* Fix typo in package.json (publishConfig) (Miroslav Bajtoš)
* Start development of 3.0 (Candy)
* Hide verificationToken (Samuel Gaus)
* Fix description for User.prototype.hasPassword (Jue Hou)
* Checkpoint speedup (Amir Jafarian)
* Always use bluebird as promise library Replace `global.Promise` with `bluebird` (Jue Hou)
* Remove unused code from loopback-testing-helper (Simon Ho)
* Make juggler a regular dependency (Miroslav Bajtoš)
* Remove dependency on loopback-testing (Simon Ho)
* Fix failing tests (Simon Ho)
* Update persisted-model.js (Rand McKinney)
* Update persisted-model.js (linguofeng)1 parent 103935c commit a2e199f
2 files changed
+133
-9
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 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
1 | 133 | | |
2 | 134 | | |
3 | 135 | | |
| |||
997 | 1129 | | |
998 | 1130 | | |
999 | 1131 | | |
1000 | | - | |
1001 | | - | |
1002 | 1132 | | |
1003 | 1133 | | |
1004 | 1134 | | |
| |||
1009 | 1139 | | |
1010 | 1140 | | |
1011 | 1141 | | |
1012 | | - | |
1013 | | - | |
1014 | 1142 | | |
1015 | 1143 | | |
1016 | 1144 | | |
| |||
1029 | 1157 | | |
1030 | 1158 | | |
1031 | 1159 | | |
1032 | | - | |
1033 | | - | |
1034 | 1160 | | |
1035 | 1161 | | |
1036 | 1162 | | |
| |||
1157 | 1283 | | |
1158 | 1284 | | |
1159 | 1285 | | |
1160 | | - | |
1161 | | - | |
1162 | 1286 | | |
1163 | 1287 | | |
1164 | 1288 | | |
| |||
| 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