5.1.0
* Create Issue and PR Templates (#322) (Sakib Hasan) * Use MySQL DEFAULT Clause/Constant (#319) (Eric Dowell) * Remove unnecessary line causing validation fail (ssh24) * isNewInstance undefined for after save hook (biniam) * Add datatype flags to README (biniam) * upgrade eslint deps (biniam) * Add CODEOWNER file (Diana Lau)
This commit is contained in:
parent
6f716a55ad
commit
3b76a72453
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
|||
2017-08-21, Version 5.1.0
|
||||
=========================
|
||||
|
||||
* Create Issue and PR Templates (#322) (Sakib Hasan)
|
||||
|
||||
* Use MySQL DEFAULT Clause/Constant (#319) (Eric Dowell)
|
||||
|
||||
* Remove unnecessary line causing validation fail (ssh24)
|
||||
|
||||
* isNewInstance undefined for after save hook (biniam)
|
||||
|
||||
* Add datatype flags to README (biniam)
|
||||
|
||||
* upgrade eslint deps (biniam)
|
||||
|
||||
* Add CODEOWNER file (Diana Lau)
|
||||
|
||||
|
||||
2017-07-10, Version 5.0.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "5.0.0",
|
||||
"version": "5.1.0",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
|
|
Loading…
Reference in New Issue