- [Feature] Makes
ScenarioInformation
available to step implementations through arguments resolution (issue #49) - [Fix] Performance improvements when the used assembly contains many methods (issue #45)
- [Feature] Add support for functional injection in events (issue #56)
- [Fix] Keep empty lines in doc strings (issue #60)
- [Fix] Allow multiple step types on a single method (issue #55)
- [Fix] Unit test serialization to allow running from IDE easily
- Added library with Xunit integration by @deyanp
- Placeholders are replaced also in tables, bullets and docs by @deyanp
- Minor build updates by @mchaloupka
- Migration to .NET Standard 2.0 + .NET 4.5 by @michalkovy
- Improved feature file parser (to support tagged examples) by @mchaloupka
- Sample usage using Expecto framework by @mbuhot
- Fix conflict between tables and functional injection parameters by @mbuhot
- Enhance build process with fake+paket by @cboudereau
- Add a new target to publish nuget package by @cboudereau
- Add dependency management support by @mchaloupka and @michalkovy