Releases: phax/jcodemodel
Releases · phax/jcodemodel
JCodemodel 2.8.6
- added PR (issue #49)
JCodemodel 2.8.5
JCodemodel 2.8.4
- Enum values in switch statements are no longer fully qualified (issue #41)
- fixed generation of narrowed classes without parameters (as in
HashMap<>
) - added support for
strictfp
keyword.
JCodemodel 2.8.3
- Added support for single line comments in blocks
- improved generation of Lambdas
JCodemodel 2.8.2
- Customizable new line string and character set
- extensions by @sviperll
JCodemodel 2.8.1
- Extensions by @sviperll
JCodemodel 2.8.0
- fixed potential double imports
- added virtual blocks
- integrated sviperll's metachicory
JCodemodel 2.7.11
- Bugfix release
- removed half done CSE implementation (issue #18)
- improved handling of directClasses
- added enumConstantReference
- Last Java 1.5 release