Releases: TestStack/TestStack.BDDfy
Releases · TestStack/TestStack.BDDfy
Release v10.0.0
📦 Uncategorized
- Add input option for NuGet publishing in workflow
- PR: #286
- Fix nuget version
- PR: #288
- Fix ambiguous header matching in fluent scanner for example tables
- PR: #289
- Feature/configurable humanizer
- PR: #290
- Fix issue Adding to
- PR: #291
- Remove appveyor pipeline files
- PR: #293
- fix change detection
- PR: #294
- Make things extensibile
- PR: #292
- use dotnet 8 and dotnet 10
- PR: #295
What's Changed
- Remove appveyor pipeline files by @SonOfSardaar in #293
- fix change detection by @SonOfSardaar in #294
- Make things extensibile by @SonOfSardaar in #292
- use dotnet 8 and dotnet 10 by @SonOfSardaar in #295
Full Changelog: 8.0.1.3...v10.0.0
Support dotnet 8 and 10
What's Changed
- Remove appveyor pipeline files by @SonOfSardaar in #293
- fix change detection by @SonOfSardaar in #294
- Make things extensibile by @SonOfSardaar in #292
- use dotnet 8 and dotnet 10 by @SonOfSardaar in #295
Full Changelog: 8.0.1.3...10.0.0
Sync Tag With Latest Nuget Release
What's Changed
- Add input option for NuGet publishing in workflow by @SonOfSardaar in #286
- Fix nuget version by @SonOfSardaar in #288
- Fix ambiguous header matching in fluent scanner for example tables by @SonOfSardaar in #289
- Feature/configurable humanizer by @SonOfSardaar in #290
- Fix issue Adding
UsedImplicitlytoExecutableAttributeby @SonOfSardaar in #291
Full Changelog: v8.0...8.0.1.3
Updgrade to .net 8.0
Update to use .net8.0
v4.3.2
Fixes BDDfy.html. Fixes #237
v4.3.1
Merge pull request #234 from mwhelan/netcore-reports Fixes #233 .Net Core reports saving to test bin directory
v4.3.0
- #231 - Netcore contributed by Jake Ginnivan (JakeGinnivan) and Michael Whelan (mwhelan)
- #229 - Fixed most of the Portability Report issues contributed by Michael Whelan (mwhelan)
- #227 - Enable syntax highlighting for examples in the readme contributed by Thijs Brobbel (tiesmaster)
- #226 - Fluent tests with examples ending in numbers causes infinite loop or crash
- #225 - Trying to show possible bug in name scanner contributed by (jbergens)
- #224 - Test / fix for concurrency issue when using bddfy with parallel runners contributed by (graemefoster)
- #221 - Updated links to the right TestStack URL contributed by Christos Matskas (cmatskas)
- #220 - BDDfy documentation links in ReadMe are broken
- #218 - #216 contributed by (wmekal)
- #216 - Make BDDfy compatible with xUnit.dnx
Commits: 106f647...75102dc
4.2.0
4.1.3-report-model+5
Started introducing a model for reporting
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)