From 9b5d7417a2bb34cb1d687a375aff6aa9ea66c793 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 16 Jun 2014 13:48:34 -0700 Subject: [PATCH 1/2] Remove relationNameFor --- test/data-source.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/data-source.test.js b/test/data-source.test.js index eb0e1537..f5d9c6b7 100644 --- a/test/data-source.test.js +++ b/test/data-source.test.js @@ -23,7 +23,6 @@ describe('DataSource', function() { assert.isFunc(Color, 'destroyAll'); assert.isFunc(Color, 'count'); assert.isFunc(Color, 'include'); - assert.isFunc(Color, 'relationNameFor'); assert.isFunc(Color, 'hasMany'); assert.isFunc(Color, 'belongsTo'); assert.isFunc(Color, 'hasAndBelongsToMany'); @@ -53,7 +52,6 @@ describe('DataSource', function() { existsAndShared('destroyAll', false); existsAndShared('count', true); existsAndShared('include', false); - existsAndShared('relationNameFor', false); existsAndShared('hasMany', false); existsAndShared('belongsTo', false); existsAndShared('hasAndBelongsToMany', false); From 0d0a8658e56e28720ea6ecadf0d39208381ecb29 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 20 Jun 2014 21:24:14 -0700 Subject: [PATCH 2/2] Update juggler dep --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7170b42..a4f691a6 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "async": "~0.9.0" }, "peerDependencies": { - "loopback-datasource-juggler": ">=1.4.0 <1.6.0" + "loopback-datasource-juggler": ">=1.4.0 <1.7.0" }, "devDependencies": { - "loopback-datasource-juggler": ">=1.4.0 <1.6.0", + "loopback-datasource-juggler": ">=1.4.0 <1.7.0", "mocha": "~1.20.1", "strong-task-emitter": "0.0.x", "supertest": "~0.12.1",