v1.0.3
This commit is contained in:
parent
38dcc1985e
commit
34e799a1c4
24
CHANGES.md
24
CHANGES.md
|
@ -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!
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue