1.6.0
* Add range support (Raymond Feng) * Refer to licenses with a link (Sam Roberts) * Upgrade LB Explorer and related changes (crandmck) * Fix the test case (Raymond Feng) * Use strongloop conventions for licensing (Sam Roberts) * Fix link to docs (Rand McKinney) * Bump client dependencies (upq)
This commit is contained in:
parent
fdb4c0464e
commit
eafe773c77
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
||||||
|
2015-11-24, Version 1.6.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add range support (Raymond Feng)
|
||||||
|
|
||||||
|
* Refer to licenses with a link (Sam Roberts)
|
||||||
|
|
||||||
|
* Upgrade LB Explorer and related changes (crandmck)
|
||||||
|
|
||||||
|
* Fix the test case (Raymond Feng)
|
||||||
|
|
||||||
|
* Use strongloop conventions for licensing (Sam Roberts)
|
||||||
|
|
||||||
|
* Fix link to docs (Rand McKinney)
|
||||||
|
|
||||||
|
* Bump client dependencies (upq)
|
||||||
|
|
||||||
|
|
||||||
2015-07-31, Version 1.5.1
|
2015-07-31, Version 1.5.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.5.1",
|
"version": "1.6.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
||||||
|
@ -24,6 +24,6 @@
|
||||||
},
|
},
|
||||||
"license": "Artistic-2.0",
|
"license": "Artistic-2.0",
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.5.1"
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue