Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 15, 2020
1 parent 80feef0 commit 20affb5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,19 @@
## Bugfixes

* HTML special characters in attribute values no longer produce incorrectly escaped text. #3

# fulibTools v1.2.1

## General

* Updated to fulib v1.2.1.

## Improvements

* Improved object diagram rendering performance. #14 #18
* The title of object diagrams is now the package name of the displayed objects' types. #19
* The `ObjectDiagrams.dumpYaml` method now automatically creates parent directories of the target file. #23 #24

## Bugfixes

* Fixed an exception when attempting to generate class diagrams for models with attributes of generic types. #21 #22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
```groovy
dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibTools
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.1.0'
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.2.1'
}
```

Expand Down

0 comments on commit 20affb5

Please sign in to comment.