* Fix bug property declared index being recreate (HugoPoi)
 * Add onDelete onUpdate foreign key config options (HugoPoi)
 * Fix bug foreign key index being delete wrongly (HugoPoi)
 * chore: update travis and CODEOWNERS (Diana Lau)
This commit is contained in:
Diana Lau 2019-05-07 13:28:24 -04:00
parent 62186650c1
commit 26b76a4eeb
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2019-05-07, Version 5.4.0
=========================
* Fix bug property declared index being recreate (HugoPoi)
* Add onDelete onUpdate foreign key config options (HugoPoi)
* Fix bug foreign key index being delete wrongly (HugoPoi)
* chore: update travis and CODEOWNERS (Diana Lau)
2018-09-12, Version 5.3.1
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "5.3.1",
"version": "5.4.0",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=6"