v0.8.0
- Refactor to properly support user defined
Action
s. This included makingProgram
and a number of other types generic overActionTypeValueEnum
andActionTypeEnum
implementations. These changes shouldn't affect anyone using the provided set ofActions
. - Introduced a new trait
ActionTypeFor
which has some functionality separated fromAction
. This is a breaking change for people implementingAction
themselves.