This refers to #173 and adds the methods SomeAction::runIf($boolean) and SomeAction::runUnless($boolean). There are also some tests. The implementation is analogous to the AsJob trait.
As these changes are backward compatible I think it warrants only a minor version bump.
This refers to #173 and adds the methods
SomeAction::runIf($boolean)
andSomeAction::runUnless($boolean)
. There are also some tests. The implementation is analogous to theAsJob
trait.As these changes are backward compatible I think it warrants only a minor version bump.