From 7675e82d9aa8ec703e811d7aafc2b5c01c5860c6 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Sat, 14 Nov 2020 16:34:02 +0100 Subject: [PATCH] release: v1.4.1 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a024270..0cb97763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,3 +144,16 @@ ## Improvements * Improved JavaDocs in `ClassModelManager`. #76 + +# fulib v1.4.1 + +## Improvements + +* `@Link` without an argument or with empty string now creates a unidirectional association. #81 +* Improved POJO templates for unidirectional associations. #81 +* `ClassModelManager` now properly handles and documents unidirectional associations. #81 + +## Bugfixes + +* The reflective class model builder now properly replaces fully qualified class names with imports. #80 +* Fixed JavaFX templates generating invalid code for unidirectional associations. #81 diff --git a/README.md b/README.md index 4b76893d..de02fa18 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ dependencies { // optional, to override the version of fulib used by fulibScenarios: // https://mvnrepository.com/artifact/org.fulib/fulib - fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.4.0' + fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.4.1' } ```