4.1.0
- Added ShouldReport to ExecutableAttribute (#193)
- Example step actions (#184)
- Modified ExecutableAttributeStepScanner to find ExecutableAttributes on method ancestors (#189)
- Fixed report styles (#190) contributed by @byteblast
- Added StepExecutor class to allow users to add custom logic before/after each step (PR #169 / Issue #163)
- Allow disable of async void support (by Configurator.AsyncVoidSupportEnabled) (#171)