Skip to content

Version 1.1.0 - Automatic enum inference

Compare
Choose a tag to compare
@darvil82 darvil82 released this 25 May 15:56
· 7 commits to main since this release
8e046d3

Features

  • Allow enums to be inferred automatically.
  • New predicate infers for ArgumentTypeInfer. Slower to lookup when inferring, but allow for more precise control. (Used for inferring enums)
  • Improve error messages for SingleValueListArgumentType. Closes #24
  • Argument types can now set the initial value at any point (not limited to construction).

Fixes

  • SingleValueListArgumentType allowing duplicates and empty values upon definition.