* Return isNewInstance from upsert (Raymond Feng)

 * Update rc dep (Raymond Feng)

 * Return count when updating or deleting models (Simon Ho)

 * Update README.md (Simon Ho)

 * Add test running instructions to readme (Simon Ho)

 * Fix mysql neq for NULL value. (ulion)

 * replace dataLength instead of adding length property (Partap Davis)

 * Allow models backed by MySQL to reference mongodb ObjectID (Raymond Feng)

 * Query string length for schema in characters in addition to bytes (Partap Davis)
This commit is contained in:
Raymond Feng 2015-04-02 08:22:10 -07:00
parent 2a249beb77
commit dac6d8491f
2 changed files with 25 additions and 3 deletions

View File

@ -1,4 +1,26 @@
2015-02-21, Version 1.6.0 2015-04-02, Version 1.7.0
=========================
* Return isNewInstance from upsert (Raymond Feng)
* Update rc dep (Raymond Feng)
* Return count when updating or deleting models (Simon Ho)
* Update README.md (Simon Ho)
* Add test running instructions to readme (Simon Ho)
* Fix mysql neq for NULL value. (ulion)
* replace dataLength instead of adding length property (Partap Davis)
* Allow models backed by MySQL to reference mongodb ObjectID (Raymond Feng)
* Query string length for schema in characters in addition to bytes (Partap Davis)
2015-02-20, Version 1.6.0
========================= =========================
* Update deps (Raymond Feng) * Update deps (Raymond Feng)

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-connector-mysql", "name": "loopback-connector-mysql",
"version": "1.6.0", "version": "1.7.0",
"description": "MySQL connector for loopback-datasource-juggler", "description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -28,6 +28,6 @@
"url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE" "url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE"
}, },
"optionalDependencies": { "optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@1.6.0" "sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@1.7.0"
} }
} }