Skip to content

Releases: Pinkolik/general-classes-generator

1.1.3-RELEASE

16 Mar 07:37

Choose a tag to compare

Bugfixes

  • add nullValueCheckStrategy = NullValueCheckStrategy.ALWAYS for all mappers

1.1.2-RELEASE

10 Aug 15:00

Choose a tag to compare

  • generate sub-packages for mappers

1.1.1-RELEASE

10 Aug 14:03

Choose a tag to compare

Bugfixes:

  • Don't generate other fields for enums other than enum constants

1.1.0-RELEASE

10 Aug 11:23

Choose a tag to compare

  • Add includeClassesRegex property for generators
  • Write version after name for static final constants

1.0.0-RELEASE

15 Jul 06:15

Choose a tag to compare

  • Fix generating mappers for enums and inner classes
  • Make all generalized classes implement interface Generalized
  • Add @EqualsAndHashCode(callSuper = true) annotation when inheritance happens

0.2.0-RELEASE

07 Jul 14:20

Choose a tag to compare

  • Add ability to generate general classes with inheritance.

0.1.0-RELEASE

02 Jul 15:00

Choose a tag to compare

  • Add ability to make generated classes implement java.io.Serializable.
  • Improve README.md with shields.

0.0.1-RELEASE

01 Jul 12:00

Choose a tag to compare

The first release ready to be published to the maven central repository.