Skip to content

Releases: Pyknic/CodeGen

2.4.5

04 Apr 17:32
Compare
Choose a tag to compare

New features:

  • Nicer Code
  • Bug fixes

2.4.3 New Major Version

23 Nov 21:56
Compare
Choose a tag to compare

Here are the largest features of this release:

  • Code can be aligned using tab characters (\t)
  • Better interface/implementation separation
  • Fixed bugs

1.1.1

15 Apr 03:29
Compare
Choose a tag to compare

Minor release to get the project up on Maven Central.

1.1.0

10 Apr 21:07
Compare
Choose a tag to compare

Change of the package structure to better match the Speedment structure.

First stable version

14 Apr 10:10
Compare
Choose a tag to compare

This is the first stable version of the code generator. It supports both model-to-text and model-to-model transforms. Currently only Java-file scan be generated, but the design makes it easy to build opon those classes when developing custom transforms. With the TransformFactory-interface, additional transformation configurations can be installed, either as a stand-alone or by overlapping the existing factory.