From eeddbf7dd213a78e3fba4ba6491c6a7cdf0ff00f Mon Sep 17 00:00:00 2001 From: kononnable Date: Thu, 7 Jan 2021 21:36:16 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc04bb2..e71afa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.4.4 +* Add ltree type support for PostgreSQL (#318) +* Mysql fulltext index base support (#285) +* Fix @PrimaryGeneratedColumn marked as unique(#239) +* Proper relationId, ralationName none caseing (#280) +* Keep old tsconfig and ormconfig files instead of generated ones (#154) +* MSSQL model generation speed optimization (#312) +* Mysql8 support (#311) +* Allow database names with special characters (#273) +* Naming strategy for entity file names (#236) +* Support MSSQL named instances (#300) + ## 0.4.3 * Add ability to generate models only for specyfic tables (#296) * Fix for generating one-to-many RelationId columns (#291)