Core changes:
- Update to Gherkin 4.0.0 parser
- Plugin Interface for Generator and Runtime Plugins
Changed to an event base interface and added additional hooks for customizing TestThread and Scenario Dependencies
New Features:
- Two new Assist methods, FindInSet and FindAllInSet.
- Fixed issue #246 where regexless steps could not pass negative numbers as arguments
Smaller Improvements/fixes:
- Update reports to use latest parser
- Allow customizing binding class resolution with IBindingInstanceResolver
- Added support for generating better argument names in step methods.
- SpecFlow can be build and all tests run if you only have VS2015 installed