* Add function connect (juehou)
 * insert/update copyright notices (Ryan Graham)
 * relicense as MIT only (Ryan Graham)
 * Override other settings if url provided (juehou)
 * Add `connectorCapabilities ` (Amir Jafarian)
 * Implement ReplaceOrCreate (Amir Jafarian)
This commit is contained in:
Simon Ho 2016-06-21 13:58:45 -07:00
parent a63765fe7f
commit 1a9568514a
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2016-06-21, Version 2.3.0
=========================
* Add function connect (juehou)
* insert/update copyright notices (Ryan Graham)
* relicense as MIT only (Ryan Graham)
* Override other settings if url provided (juehou)
* Add `connectorCapabilities ` (Amir Jafarian)
* Implement ReplaceOrCreate (Amir Jafarian)
2016-02-19, Version 2.2.1
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "2.2.1",
"version": "2.3.0",
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {