From f9ab75c1d9a8c1079ee9747e04560dbfef278846 Mon Sep 17 00:00:00 2001 From: Kevin Delisle Date: Fri, 31 Mar 2017 17:36:48 -0400 Subject: [PATCH] 4.0.0 * Replicate new issue_template from loopback (Siddhi Pai) * Replicate issue_template from loopback repo (Siddhi Pai) * fix linting problems (juanra) * Extract functions to base connector (ssh24) * Refactor alter table (ssh24) * Typo on README (#236) (Ctibor Laky) * Return if column is generated or not (#198) (Christiaan Westerbeek) * Upgrade to loopback-connector@4.x (Loay) * Refactor migration methods (ssh24) * Refactor Discovery Methods (Loay) * Remove old TODO and commented out code (Matthew Dickinson) * Fix autoupdate to create foreign keys after tables (Matthew Dickinson) * Add logging for errors encountered in discovery (Matthew Dickinson) * Update signature for alterTable (Matthew Dickinson) * Limit foreign key creation current connector (Matthew Dickinson) * Fix linting error (Matthew Dickinson) * Added test to validate foreign key handling (Matthew Dickinson) * Update foreign key creation table name handling (Matthew Dickinson) * Update alterTable to actually drop constraints (Matthew Dickinson) * Add rough handling for automatic foreign keys (Matthew Dickinson) * remove line not needed (#237) (ivy ho) * Update LB-connector version (Loay) --- CHANGES.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e7e35dc..f26d7ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,51 @@ +2017-03-31, Version 4.0.0 +========================= + + * Replicate new issue_template from loopback (Siddhi Pai) + + * Replicate issue_template from loopback repo (Siddhi Pai) + + * fix linting problems (juanra) + + * Extract functions to base connector (ssh24) + + * Refactor alter table (ssh24) + + * Typo on README (#236) (Ctibor Laky) + + * Return if column is generated or not (#198) (Christiaan Westerbeek) + + * Upgrade to loopback-connector@4.x (Loay) + + * Refactor migration methods (ssh24) + + * Refactor Discovery Methods (Loay) + + * Remove old TODO and commented out code (Matthew Dickinson) + + * Fix autoupdate to create foreign keys after tables (Matthew Dickinson) + + * Add logging for errors encountered in discovery (Matthew Dickinson) + + * Update signature for alterTable (Matthew Dickinson) + + * Limit foreign key creation current connector (Matthew Dickinson) + + * Fix linting error (Matthew Dickinson) + + * Added test to validate foreign key handling (Matthew Dickinson) + + * Update foreign key creation table name handling (Matthew Dickinson) + + * Update alterTable to actually drop constraints (Matthew Dickinson) + + * Add rough handling for automatic foreign keys (Matthew Dickinson) + + * remove line not needed (#237) (ivy ho) + + * Update LB-connector version (Loay) + + 2017-01-13, Version 3.0.0 ========================= diff --git a/package.json b/package.json index 2e5180d..86eaf38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "3.0.0", + "version": "4.0.0", "description": "MySQL connector for loopback-datasource-juggler", "engines": { "node": ">=4"