Merge branch 'release/1.0.1' into production
This commit is contained in:
commit
85fc1e4a55
|
@ -1,3 +1,9 @@
|
|||
2014-10-01, Version 1.0.1
|
||||
=========================
|
||||
|
||||
* Call resolve when defining Models (Ritchie Martori)
|
||||
|
||||
|
||||
2014-09-26, Version 1.0.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@ RemoteConnector.prototype.define = function(definition) {
|
|||
|
||||
jutil.mixin(Model, RelationMixin);
|
||||
remotes.addClass(Model.sharedClass);
|
||||
this.resolve(Model);
|
||||
};
|
||||
|
||||
RemoteConnector.prototype.resolve = function(Model) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-remote",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Remote REST API connector for Loopback",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue