* Follow mysql recommendations for handling booleans (Carl Fürstenberg)
 * Fix readme glitch (#231) (Rand McKinney)
 * Update readme w info from docs (#229) (Rand McKinney)
 * Fix expected column name when autoupdate (muhammad hasan)
 * Update paid support URL (Siddhi Pai)
 * Fix CI Failures (Loay Gewily)
 * Drop support for Node v0.10 and v0.12 (Siddhi Pai)
 * Start the development of the next major version (Siddhi Pai)
 * Update README with correct doc links, etc (Amir Jafarian)
This commit is contained in:
Miroslav Bajtoš 2017-01-13 15:46:04 +01:00
parent 6ac3a56062
commit 0fe22653e3
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
2017-01-13, Version 3.0.0
=========================
* Follow mysql recommendations for handling booleans (Carl Fürstenberg)
* Fix readme glitch (#231) (Rand McKinney)
* Update readme w info from docs (#229) (Rand McKinney)
* Fix expected column name when autoupdate (muhammad hasan)
* Update paid support URL (Siddhi Pai)
* Fix CI Failures (Loay Gewily)
* Drop support for Node v0.10 and v0.12 (Siddhi Pai)
* Start the development of the next major version (Siddhi Pai)
* Update README with correct doc links, etc (Amir Jafarian)
2016-10-17, Version 2.4.0
=========================

View File

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