SpecFlow V2.1 has been officially released and is available to download from NuGet. The most important changes are:
- Updated to Gherkin 4.0.0 parser
- Plugin interface for generator and runtime plugins
- Changed to an event-based interface and added additional hooks for customizing TestThread and scenario dependencies
- Two new assist methods, FindInSet and FindAllInSet.
The following issue has been fixed:
- Issue #246: steps without regular expressions cannot pass negative numbers as arguments
You can read full changelog here.