v1.0.2
This release contains two main changes:
- It removes support for varargs case parameters (#4) . This is actually an API-breaking change, but we decided to ignore that, as it is very unlikely that anyone would run into problems from that in practice. The rationale for removing is that varargs/arrays are quite problematic from a safety perspective.
- It fixes an issue where the generated code for DataEnums with type parameters caused the compiler to issue warnings (#6).