Releases: fsprojects/TickSpec
Releases · fsprojects/TickSpec
v2.0.3
- [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
v2.0.2 Release
- Added library with Xunit integration by @deyanp
- Available as separate nuget TickSpec.xUnit
v2.0.1 Release
- Placeholders are replaced also in tables, bullets and docs by @deyanp
v2.0.0 Release
This release brings TickSpec to .NET Standard. It is almost identical to RC1 with minor build changes.
v2.0.0 Release Candidate 1
- 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
v1.1: Injection/Custom Container support
This release provides powerful new DI-like features added by @mchaloupka and @michalkovy in order to facilitate powerful management of fixture and step classes. See the Examples under /ByFeature
in the repo source to learn more.