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)
This commit is contained in:
Miroslav Bajtoš 2016-09-09 10:34:59 +02:00
parent 252b6f41c6
commit eec85367e7
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
2016-09-09, Version 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)
2016-09-05, Version 3.0.0-alpha.4
=================================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"publishConfig": {
"tag": "next"
},