Skip to content

Releases: bowbahdoe/magic-bean

v2025.02.09

09 Feb 18:43

Choose a tag to compare

  • Allow for any class name to be used in the extends clause.

v2024.04.26

26 Apr 20:55

Choose a tag to compare

  • Allow o to be used as a bean property.

v2024.04.25

26 Apr 03:14

Choose a tag to compare

  • Add private self method to generated code to reduce the uglyness of the pattern switch

v2024.04.24

24 Apr 20:15

Choose a tag to compare

  • Move to chronological versioning
  • Rename generateToString to toString_
  • Rename generateEqualsAndHashCode to equalsAndHashCode
  • Rename generateAllArgsStaticFactory to allArgsStaticFactory
  • Bump min. compatibility to java 21
  • Move to jreleaser for releases

3.3.0

09 Aug 18:58

Choose a tag to compare

Remove import

3.2.0

23 Mar 20:14

Choose a tag to compare

  • Add ability to have generated ops class extend another class

3.1.1

16 Feb 00:33

Choose a tag to compare

  • Add logo
  • Use latest supported version always to avoid getting locked
  • Use explicit method overrides instead of the annotations

3.1.0

10 Feb 02:49

Choose a tag to compare

  • Publish to Maven Central

3.0.2

02 Feb 22:36

Choose a tag to compare

  • Add @generated to generated code
  • Target the error from a private or final non static field to the field itself

3.0.1

28 Jan 02:48

Choose a tag to compare

  • Fix bug in generation