v2.8.7
This commit is contained in:
parent
2368eb569a
commit
3e3a10153d
59
CHANGES.md
59
CHANGES.md
|
@ -1,3 +1,19 @@
|
|||
2015-01-06, Version 2.8.7
|
||||
=========================
|
||||
|
||||
* Change urlNotFound.js to url-not-found.js (Rand McKinney)
|
||||
|
||||
* Add lib/server-app.js (Rand McKinney)
|
||||
|
||||
* package: add versioned sl-blip dependency (Ryan Graham)
|
||||
|
||||
* fix User.settings.ttl can't be overridden in sub model (Clark Wang)
|
||||
|
||||
* Fix Change.getCheckpointModel() giving new models each call (Farid Neshat)
|
||||
|
||||
* Update README.md (Rand McKinney)
|
||||
|
||||
|
||||
2014-12-15, Version 2.8.6
|
||||
=========================
|
||||
|
||||
|
@ -17,19 +33,16 @@
|
|||
|
||||
* Fix bcrypt issues for browserify (Raymond Feng)
|
||||
|
||||
* Allow native bcrypt for performance (Raymond Feng)
|
||||
|
||||
|
||||
2014-12-08, Version 2.8.3
|
||||
=========================
|
||||
|
||||
|
||||
|
||||
2014-12-08, Version 2.8.4
|
||||
=========================
|
||||
|
||||
* Allow native bcrypt for performance (Raymond Feng)
|
||||
|
||||
|
||||
2014-12-08, Version 2.8.3
|
||||
=========================
|
||||
|
||||
* Remove unused underscore dependency (Ryan Graham)
|
||||
|
||||
|
||||
|
@ -1251,6 +1264,14 @@
|
|||
|
||||
* 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š)
|
||||
|
||||
* Add RC version (Ritchie Martori)
|
||||
|
@ -1316,6 +1337,11 @@
|
|||
* Add Change model (Ritchie Martori)
|
||||
|
||||
|
||||
2014-05-27, Version 1.8.4
|
||||
=========================
|
||||
|
||||
|
||||
|
||||
2014-05-27, Version 1.8.5
|
||||
=========================
|
||||
|
||||
|
@ -1327,14 +1353,8 @@
|
|||
|
||||
* updated package.json with keywords and updated description (Raymond Feng)
|
||||
|
||||
|
||||
2014-05-27, Version 1.8.4
|
||||
=========================
|
||||
|
||||
* Add more keywords (Raymond Feng)
|
||||
|
||||
* Bump version (Raymond Feng)
|
||||
|
||||
* app: flatten model config (Miroslav Bajtoš)
|
||||
|
||||
* Fix the test for mocha 1.19.0 (Raymond Feng)
|
||||
|
@ -1655,15 +1675,6 @@
|
|||
|
||||
* Improve jsdox documentation of app object (Miroslav Bajtoš)
|
||||
|
||||
* Make sure methods are called in the context of the calling class (Raymond Feng)
|
||||
|
||||
* Start to move md to jsdoc (Ritchie Martori)
|
||||
|
||||
|
||||
2014-01-14, Version 1.5.0
|
||||
=========================
|
||||
|
||||
|
||||
|
||||
2014-01-14, Version 1.5.1
|
||||
=========================
|
||||
|
@ -1674,6 +1685,10 @@
|
|||
|
||||
* Start to move md to jsdoc (Ritchie Martori)
|
||||
|
||||
|
||||
2014-01-14, Version 1.5.0
|
||||
=========================
|
||||
|
||||
* Replace `on` with `once` in middleware examples (Miroslav Bajtoš)
|
||||
|
||||
* Fix incorrect transports (Ritchie Martori)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.8.6",
|
||||
"version": "2.8.7",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -102,6 +102,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.8.6"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.8.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue