Skip to content

v1.0.2

Choose a tag to compare

@pettermahlen pettermahlen released this 02 Jan 14:50
· 94 commits to master since this release

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).