This commit is contained in:
Ryan Graham 2014-11-27 11:44:06 -08:00
parent 38dcc1985e
commit 34e799a1c4
2 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,16 @@
2014-11-27, Version 1.0.3
=========================
2014-10-10, Version 1.0.2
=========================
* Fix support for browsers (Miroslav Bajtoš)
* Update contribution guidelines (Ryan Graham)
2014-10-01, Version 1.0.1
=========================
@ -7,13 +20,4 @@
2014-09-26, Version 1.0.0
=========================
* Fix strong-remoting dependency version (Krishna Raman)
* Fix relation access via remote connector (Krishna Raman)
* Fix formatting (Krishna Raman)
* Move remote connector from loopback (Krishna Raman)
* init: Initial commit (Krishna Raman)
* First release!

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-remote",
"version": "1.0.2",
"version": "1.0.3",
"description": "Remote REST API connector for Loopback",
"main": "index.js",
"keywords": [
@ -45,5 +45,8 @@
"mocha": "~1.21.4",
"strong-task-emitter": "0.0.5",
"supertest": "~0.13.0"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-connector-remote@1.0.3"
}
}