* 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:
Raymond Feng 2015-05-18 14:28:42 -07:00
parent 641805ad57
commit 5815e79395
2 changed files with 12 additions and 2 deletions

View File

@ -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
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "2.0.1",
"version": "2.1.0",
"description": "Building blocks for LoopBack connectors",
"keywords": [
"StrongLoop",
@ -27,7 +27,7 @@
"devDependencies": {
"chai": "~2.3.0",
"jshint": "^2.7.0",
"loopback-datasource-juggler": "^2.27.0",
"loopback-datasource-juggler": "^2.28.0",
"mocha": "^2.2.4"
}
}