Skip to content

Releases: tmtron/enum-mapper

V1.0.4

Choose a tag to compare

@tmtron tmtron released this 11 Jun 10:49

enhancement: #6 support for gradles incremental annotation processing

V1.0.3

Choose a tag to compare

@tmtron tmtron released this 05 Jun 14:21
  • enhancement #4 Add PartialMapper.getValueOrRaise(ENUM_CONST)
  • enhancement #5 add isEnumMapped + isValueMapped methods

V1.0.2

Choose a tag to compare

@tmtron tmtron released this 01 Jun 07:17

enhancement #2: @EnumMappers can now be used on multiple classes in a project
enhancement #3: Duplicate enums in @EnumMappers are now ignored

V1.0.1

Choose a tag to compare

@tmtron tmtron released this 01 Jun 07:15

bugfix #1: @EnumMapper and @EnumMappers can now be used in the same project

V1.0.0

Choose a tag to compare

@tmtron tmtron released this 01 Jun 07:14

Initial version
The annotation processor is already working for simple examples.