Skip to content

Releases: fsprojects/TickSpec

v2.0.3

26 Jan 21:24
7544244
Compare
Choose a tag to compare
  • [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

19 Jun 09:28
2d65248
Compare
Choose a tag to compare

v2.0.1 Release

30 May 20:39
Compare
Choose a tag to compare
  • Placeholders are replaced also in tables, bullets and docs by @deyanp

v2.0.0 Release

24 Apr 00:29
Compare
Choose a tag to compare

This release brings TickSpec to .NET Standard. It is almost identical to RC1 with minor build changes.

v2.0.0 Release Candidate 1

21 Dec 16:59
e75f1dd
Compare
Choose a tag to compare
Pre-release
  • 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

14 Mar 22:12
Compare
Choose a tag to compare

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.