Skip to content

fulib v1.5.0

Compare
Choose a tag to compare
@Clashsoft Clashsoft released this 21 Feb 12:45
· 96 commits to master since this release
fb1f4f1

New Features

  • Added typeParams for FMethods. #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