Skip to content

4.1.0

Compare
Choose a tag to compare
@JakeGinnivan JakeGinnivan released this 25 Jan 10:58
· 82 commits to master since this release
  • 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)