v2.9.0
This commit is contained in:
parent
543e640b5a
commit
6bde5c8d30
40
CHANGES.md
40
CHANGES.md
|
@ -1,3 +1,13 @@
|
||||||
|
2015-01-07, Version 2.9.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Update juggler dep (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix Geo test cases (Raymond Feng)
|
||||||
|
|
||||||
|
* Allow User.hashPassword/validatePassword to be overridden (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2015-01-07, Version 2.8.8
|
2015-01-07, Version 2.8.8
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -695,10 +705,6 @@
|
||||||
|
|
||||||
* Enhance the error message (Raymond Feng)
|
* Enhance the error message (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2014-07-16, Version 2.0.0-beta7
|
|
||||||
===============================
|
|
||||||
|
|
||||||
* Bump version (Raymond Feng)
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
* 2.0.0-beta6 (Miroslav Bajtoš)
|
* 2.0.0-beta6 (Miroslav Bajtoš)
|
||||||
|
@ -839,6 +845,13 @@
|
||||||
2014-07-16, Version 1.10.0
|
2014-07-16, Version 1.10.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2014-07-16, Version 2.0.0-beta7
|
||||||
|
===============================
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
* Remove unused dep (Raymond Feng)
|
* Remove unused dep (Raymond Feng)
|
||||||
|
|
||||||
* Bump version and update deps (Raymond Feng)
|
* Bump version and update deps (Raymond Feng)
|
||||||
|
@ -1285,6 +1298,14 @@
|
||||||
|
|
||||||
* 2.0.0-beta1 (Ritchie Martori)
|
* 2.0.0-beta1 (Ritchie Martori)
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
|
* Add postgresql to the keywords (Raymond Feng)
|
||||||
|
|
||||||
|
* updated package.json with SOAP and framework keywords (altsang)
|
||||||
|
|
||||||
|
* updated package.json with keywords and updated description (Raymond Feng)
|
||||||
|
|
||||||
* Make app.datasources unique per app instance (Miroslav Bajtoš)
|
* Make app.datasources unique per app instance (Miroslav Bajtoš)
|
||||||
|
|
||||||
* Add RC version (Ritchie Martori)
|
* Add RC version (Ritchie Martori)
|
||||||
|
@ -1350,6 +1371,11 @@
|
||||||
* Add Change model (Ritchie Martori)
|
* Add Change model (Ritchie Martori)
|
||||||
|
|
||||||
|
|
||||||
|
2014-05-27, Version 1.8.4
|
||||||
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2014-05-27, Version 1.8.5
|
2014-05-27, Version 1.8.5
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -1361,14 +1387,8 @@
|
||||||
|
|
||||||
* updated package.json with keywords and updated description (Raymond Feng)
|
* updated package.json with keywords and updated description (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2014-05-27, Version 1.8.4
|
|
||||||
=========================
|
|
||||||
|
|
||||||
* Add more keywords (Raymond Feng)
|
* Add more keywords (Raymond Feng)
|
||||||
|
|
||||||
* Bump version (Raymond Feng)
|
|
||||||
|
|
||||||
* app: flatten model config (Miroslav Bajtoš)
|
* app: flatten model config (Miroslav Bajtoš)
|
||||||
|
|
||||||
* Fix the test for mocha 1.19.0 (Raymond Feng)
|
* Fix the test for mocha 1.19.0 (Raymond Feng)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.8.8",
|
"version": "2.9.0",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -102,6 +102,6 @@
|
||||||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.8.8"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue