2.16.0
* Expose the `filter` argument for findById (Raymond Feng) * fixed the missing '.' in various description fields. (Edmond Lau) * Conflict resolution and Access control (Miroslav Bajtoš) * Fix the typo (Raymond Feng) * Fix PersistedModel._defineChangeModel (Miroslav Bajtoš) * AccessControl for change replication (Miroslav Bajtoš) * test: remove global autoAttach (Miroslav Bajtoš) * Add support for app level Model isolation (Ritchie Martori) * Implement ModelCtor.afterRemoteError (Miroslav Bajtoš) * Code cleanup, add Model._runWhenAttachedToApp (Miroslav Bajtoš) * Refactor Model and PersistedModel registration (Miroslav Bajtoš) * Fix the style issue (Raymond Feng) * Add missing error handlers to checkpoints() (Miroslav Bajtoš) * Fix where param format (Rand McKinney) * Test embedsOne CRUD methods (Fabien Franzen)
This commit is contained in:
parent
3dcde7994b
commit
5158df8790
34
CHANGES.md
34
CHANGES.md
|
@ -1,3 +1,37 @@
|
|||
2015-04-16, Version 2.16.0
|
||||
==========================
|
||||
|
||||
* Expose the `filter` argument for findById (Raymond Feng)
|
||||
|
||||
* fixed the missing '.' in various description fields. (Edmond Lau)
|
||||
|
||||
* Conflict resolution and Access control (Miroslav Bajtoš)
|
||||
|
||||
* Fix the typo (Raymond Feng)
|
||||
|
||||
* Fix PersistedModel._defineChangeModel (Miroslav Bajtoš)
|
||||
|
||||
* AccessControl for change replication (Miroslav Bajtoš)
|
||||
|
||||
* test: remove global autoAttach (Miroslav Bajtoš)
|
||||
|
||||
* Add support for app level Model isolation (Ritchie Martori)
|
||||
|
||||
* Implement ModelCtor.afterRemoteError (Miroslav Bajtoš)
|
||||
|
||||
* Code cleanup, add Model._runWhenAttachedToApp (Miroslav Bajtoš)
|
||||
|
||||
* Refactor Model and PersistedModel registration (Miroslav Bajtoš)
|
||||
|
||||
* Fix the style issue (Raymond Feng)
|
||||
|
||||
* Add missing error handlers to checkpoints() (Miroslav Bajtoš)
|
||||
|
||||
* Fix where param format (Rand McKinney)
|
||||
|
||||
* Test embedsOne CRUD methods (Fabien Franzen)
|
||||
|
||||
|
||||
2015-04-01, Version 2.15.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.15.0",
|
||||
"version": "2.16.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -105,6 +105,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.15.0"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.16.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue