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)
This commit is contained in:
parent
a63765fe7f
commit
1a9568514a
16
CHANGES.md
16
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue