Skip to content

Commit 28a0537

Browse files
committed
2.17.3
* Use the new remoting.authorization hook for check access (Ritchie Martori) * Define remote methods via model settings/config (Miroslav Bajtoš) * Pass the full options object to the email send method in user verification process. (Alexandru Savin) * un-document _findLayerByHandler (Rand McKinney) * Gruntfile: disable debug & watch for CI builds (Miroslav Bajtoš) * Update devDependencies to the latest versions (Miroslav Bajtoš) * Remove trailing whitespace added by 242bcec (Miroslav Bajtoš) * Update model.js (Rand McKinney)
1 parent 805e0e0 commit 28a0537

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2015-05-12, Version 2.17.3
2+
==========================
3+
4+
* Use the new remoting.authorization hook for check access (Ritchie Martori)
5+
6+
* Define remote methods via model settings/config (Miroslav Bajtoš)
7+
8+
* Pass the full options object to the email send method in user verification process. (Alexandru Savin)
9+
10+
* un-document _findLayerByHandler (Rand McKinney)
11+
12+
* Gruntfile: disable debug & watch for CI builds (Miroslav Bajtoš)
13+
14+
* Update devDependencies to the latest versions (Miroslav Bajtoš)
15+
16+
* Remove trailing whitespace added by 242bcec (Miroslav Bajtoš)
17+
18+
* Update model.js (Rand McKinney)
19+
20+
121
2015-04-28, Version 2.17.2
222
==========================
323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.17.2",
3+
"version": "2.17.3",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [
@@ -105,6 +105,6 @@
105105
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
106106
},
107107
"optionalDependencies": {
108-
"sl-blip": "http://blip.strongloop.com/[email protected].2"
108+
"sl-blip": "http://blip.strongloop.com/[email protected].3"
109109
}
110110
}

0 commit comments

Comments
 (0)