Skip to content

Commit eec8536

Browse files
committed
3.0.0-alpha.5
* Use strong-remoting's new TypeRegistry (Miroslav Bajtoš) * test/user: don't attach User model twice (Miroslav Bajtoš) * app.enableAuth: correctly detect attached models (Miroslav Bajtoš) * Fix remoting metadata for "data" arguments (Miroslav Bajtoš) * Add instructions for upgrading context (Miroslav Bajtoš) * Discard sugar method for model creation (gunjpan) * Remove one-var exceptions no longer needed (Miroslav Bajtoš) * Rework email validation to use isemail (Miroslav Bajtoš) * Expose upsertWithWhere method (Sonali Samantaray)
1 parent 252b6f4 commit eec8536

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2016-09-09, Version 3.0.0-alpha.5
2+
=================================
3+
4+
* Use strong-remoting's new TypeRegistry (Miroslav Bajtoš)
5+
6+
* test/user: don't attach User model twice (Miroslav Bajtoš)
7+
8+
* app.enableAuth: correctly detect attached models (Miroslav Bajtoš)
9+
10+
* Fix remoting metadata for "data" arguments (Miroslav Bajtoš)
11+
12+
* Add instructions for upgrading context (Miroslav Bajtoš)
13+
14+
* Discard sugar method for model creation (gunjpan)
15+
16+
* Remove one-var exceptions no longer needed (Miroslav Bajtoš)
17+
18+
* Rework email validation to use isemail (Miroslav Bajtoš)
19+
20+
* Expose upsertWithWhere method (Sonali Samantaray)
21+
22+
123
2016-09-05, Version 3.0.0-alpha.4
224
=================================
325

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-alpha.4",
3+
"version": "3.0.0-alpha.5",
44
"publishConfig": {
55
"tag": "next"
66
},

0 commit comments

Comments
 (0)