Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2021
1 parent 8cedf3f commit fb1f4f1
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 @@ -157,3 +157,19 @@

* 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

# fulib v1.5.0

## New Features

+ Added `typeParams` for `FMethod`s. #34 #89
+ Classes with property change support now expose the `PropertyChangeSupport` object via the `listeners()` method. #83 #84

## Improvements

* The code generator no longer adds `add/removePropertyChangeListener` methods. #83 #84
* Getters for boolean attributes now start with `is` instead of `get`. #85 #86

## Deprecations

* Deprecated the `*Builder` classes and related methods. #82 #87
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.1'
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.0'
}
```

Expand Down

0 comments on commit fb1f4f1

Please sign in to comment.