Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 5, 2020
1 parent b32be67 commit 681088b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,15 @@
## Bugfixes

* The code generator now correctly indents new members. #69

# fulib v1.4.0

## New Features

+ Added the `ClassModelManager.haveClass(String, Clazz)` method. #76
+ Added the new `ClassModelManager.haveClass(Class)` and `haveNestedClasses(Class)` methods for defining classes with reflection. #77 #78
+ JavaDocs for association methods now contain a `@see` link to the reverse role. #79

## Improvements

* Improved JavaDocs in `ClassModelManager`. #76
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.3.0'
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.4.0'
}
```

Expand Down

0 comments on commit 681088b

Please sign in to comment.