Releases: havardh/javaflow
Releases · havardh/javaflow
Release list
Releasing v1.5.0
- throw exceptions instead of hard exit, exception is handled by maven
- support array fields (e.g. int[])
- support nested inner classes
- skip generation of static fields
- support anonymous inner classes
- support file, directory or glob input pattern
A huge thank you to @pascalgn for making these happen 👏
Release version v1.4.2
Handle conversion of nested generic types for maps and lists
Release 1.4.1
Fixes issue when method starting with "is" prefix was not considered as valid getter for Boolean type.
Release 1.4.0
Changelog:
- add ClassGetterNamingVerifier applied with command line parameter --verifyGetters (a big thank you to @misino )
- make cli tool run without types.yml file.
Release 1.3.1
Release 1.3.0
NOTE: cli version is broken in this build.
Changelog:
- Prepare for release to maven central through sonatype
-- Added javadocs
-- Added sources
-- Added signature
Release 1.1.0
Changelog:
Added file 'Generated by javaflow' comment
Added eslint rule suppression 'no-use-before-define'
Fixed some whitespace and newline issues
Release 1.0
Pre-release
v1.0-SNAPSHOT pre-release