* Add http status code translations for errors (Kevin Delisle)
 * Allow explicit data types (ssh24)
 * Revert "switch long and lat for geopoint type" (biniam)
 * switch long and lat for geopoint type (biniam)
 * Escape index names (#280) (Sakib Hasan)
 * Fix docker setup (#279) (Sakib Hasan)
 * Add docker setup (#278) (Sakib Hasan)
 * Adding support for fractional seconds. (Joost de Bruijn)
 * fix compare of foreign keys for autoupdate (#272) (Sergey Nosenko)
 * Update README.md (Antoine LA)
This commit is contained in:
Kevin Delisle 2017-06-01 11:34:54 -04:00
parent 904fa479cf
commit 2397141544
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2017-06-01, Version 4.1.1
=========================
* Add http status code translations for errors (Kevin Delisle)
* Allow explicit data types (ssh24)
* Revert "switch long and lat for geopoint type" (biniam)
* switch long and lat for geopoint type (biniam)
* Escape index names (#280) (Sakib Hasan)
* Fix docker setup (#279) (Sakib Hasan)
* Add docker setup (#278) (Sakib Hasan)
* Adding support for fractional seconds. (Joost de Bruijn)
* fix compare of foreign keys for autoupdate (#272) (Sergey Nosenko)
* Update README.md (Antoine LA)
2017-05-02, Version 4.1.0
=========================

View File

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