* Tests for datetime types (Kevin Delisle)
 * Add new type DateString to fromColumnValue (Buck Bito)
 * Remove String manipulations of Date objects (Buck Bito)
 * Properties with mysql custom "columnName" don't get autoupdated (#273) (Sergey Nosenko)
 * Revert PR #257 (#266) (Sakib Hasan)
 * Fix async.each in migration (#262) (Benjamin Schuster-Boeckler)
 * refactor date, timestamp and datetime data types handling (#257) (Sergey Nosenko)
 * Fix too many connection error (#261) (Sakib Hasan)
This commit is contained in:
Kevin Delisle 2017-05-02 18:35:55 -04:00
parent 3fa5306970
commit 57e76e6fc9
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
2017-05-02, Version 4.1.0
=========================
* Tests for datetime types (Kevin Delisle)
* Add new type DateString to fromColumnValue (Buck Bito)
* Remove String manipulations of Date objects (Buck Bito)
* Properties with mysql custom "columnName" don't get autoupdated (#273) (Sergey Nosenko)
* Revert PR #257 (#266) (Sakib Hasan)
* Fix async.each in migration (#262) (Benjamin Schuster-Boeckler)
* refactor date, timestamp and datetime data types handling (#257) (Sergey Nosenko)
* Fix too many connection error (#261) (Sakib Hasan)
2017-03-31, Version 4.0.0
=========================

View File

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