From 3c159257fc22818814092b0e3fcb79646240c196 Mon Sep 17 00:00:00 2001 From: Kononnable Date: Thu, 7 Feb 2019 19:05:10 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b8240..9b08b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 0.3.0 +* Wizard mode - you can now run model generation without passing any parameters and provide them step by step. It also allows you to save provided informations for future use +* generated columns no longer contains options which are set by default in typeorm +* added support for VARBINARY type on MySQL, MariaDb +* fixed issue with case convertion and @RetlationId fields +* a lot of internal work + ## 0.2.25 * fixed naming strategy changing entity name in db * fixed proper relation generation when unique index have more columns