Releases: tmtron/enum-mapper
Releases · tmtron/enum-mapper
V1.0.4
enhancement: #6 support for gradles incremental annotation processing
V1.0.3
- enhancement #4 Add PartialMapper.getValueOrRaise(ENUM_CONST)
- enhancement #5 add isEnumMapped + isValueMapped methods
V1.0.2
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
bugfix #1: @EnumMapper and @EnumMappers can now be used in the same project
V1.0.0
Initial version
The annotation processor is already working for simple examples.