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)
This commit is contained in:
parent
6ac3a56062
commit
0fe22653e3
22
CHANGES.md
22
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue