Skip to content

v0.8.0

Compare
Choose a tag to compare
@kellpossible kellpossible released this 11 May 10:29
· 8 commits to master since this release
cd4f735
  • Refactor to properly support user defined Actions. This included making Program and a number of other types generic over ActionTypeValueEnum and ActionTypeEnum implementations. These changes shouldn't affect anyone using the provided set of Actions.
  • Introduced a new trait ActionTypeFor which has some functionality separated from Action. This is a breaking change for people implementing Action themselves.