Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 2, 2020
1 parent 07b6748 commit 0573a07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,16 @@
* The `FMethod.setDeclaration` method now supports C-style arrays for parameters. #56
* The code generator no longer generates duplicate members when mixing attributes with methods. #58
* The code generator now intelligently merges the original source with new class and attribute declarations again. #60

# fulib v1.2.3

## 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
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.2.2'
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.2.3'
}
```

Expand Down

0 comments on commit 0573a07

Please sign in to comment.