2.1.0
* Update sql-connector.md (Rand McKinney) * Add tests for propagating a transaction over relations (Raymond Feng) * Add transaction support (Raymond Feng)
This commit is contained in:
parent
641805ad57
commit
5815e79395
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
||||||
|
2015-05-18, Version 2.1.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Update sql-connector.md (Rand McKinney)
|
||||||
|
|
||||||
|
* Add tests for propagating a transaction over relations (Raymond Feng)
|
||||||
|
|
||||||
|
* Add transaction support (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2015-05-18, Version 2.0.1
|
2015-05-18, Version 2.0.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector",
|
"name": "loopback-connector",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "Building blocks for LoopBack connectors",
|
"description": "Building blocks for LoopBack connectors",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "~2.3.0",
|
"chai": "~2.3.0",
|
||||||
"jshint": "^2.7.0",
|
"jshint": "^2.7.0",
|
||||||
"loopback-datasource-juggler": "^2.27.0",
|
"loopback-datasource-juggler": "^2.28.0",
|
||||||
"mocha": "^2.2.4"
|
"mocha": "^2.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue