Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 14, 2020
1 parent 1a3d8f2 commit 7675e82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 7675e82

Please sign in to comment.