Skip to content

fulib v1.2.3

Compare
Choose a tag to compare
@Clashsoft Clashsoft released this 02 Sep 12:13
· 263 commits to master since this release
0573a07

Improvements

  • FMethods now support import(...) syntax. #62
  • The parser now supports import(...) syntax in type uses and annotations. #62
  • import(...) syntax now supports static imports via import(static ...). #62

Bugfixes

  • The code generator now properly removes PropertyChange members when they are not needed. #63
  • The code generator now correctly determines when PropertyChange members are needed, depending on attributes, associations, potential super classes and the use of POJO property style. #63