This commit is contained in:
Raymond Feng 2015-01-15 14:33:09 -08:00
parent 8b860890e8
commit 4c46c6af2f
2 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,21 @@
2015-01-15, Version 1.5.1
=========================
* Fix the loop of models (Raymond Feng)
* Set ok default to false (Geoffroy Lesage)
* Fixed missing 'ok' (Geoffroy Lesage)
* Changed default type mapping (Geoffroy Lesage)
* Fixed isActual syntax to accept optional model arg (Geoffroy Lesage)
* Fixed isActual implemenation (Geoffroy Lesage)
* Inherit Schema From DataSource if not defined (Serkan Serttop)
2015-01-09, Version 1.5.0
=========================

View File

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