2.28.0
* Make sure promise is returned (Raymond Feng) * Update deps to loopback-connector (Raymond Feng) * Fix comments (Raymond Feng) * Enable docs (Raymond Feng) * Add an optional `options` argument to relation methods (Raymond Feng) * Add transaction apis (Raymond Feng) * Refactor the observer functions into a plugin (Raymond Feng) * Add transaction (Raymond Feng)
This commit is contained in:
parent
48e5f63dc0
commit
288e6e4c7e
20
CHANGES.md
20
CHANGES.md
|
@ -1,3 +1,23 @@
|
||||||
|
2015-05-18, Version 2.28.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Make sure promise is returned (Raymond Feng)
|
||||||
|
|
||||||
|
* Update deps to loopback-connector (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix comments (Raymond Feng)
|
||||||
|
|
||||||
|
* Enable docs (Raymond Feng)
|
||||||
|
|
||||||
|
* Add an optional `options` argument to relation methods (Raymond Feng)
|
||||||
|
|
||||||
|
* Add transaction apis (Raymond Feng)
|
||||||
|
|
||||||
|
* Refactor the observer functions into a plugin (Raymond Feng)
|
||||||
|
|
||||||
|
* Add transaction (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2015-05-16, Version 2.27.1
|
2015-05-16, Version 2.27.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.27.1",
|
"version": "2.28.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue