Skip to content

Releases: specsolutions/deveroom-visualstudio

v1.6.2 - 2021-02-22

22 Feb 16:42
Compare
Choose a tag to compare

Improvements:

  • Support for .NET 5 projects (Issue #67, thx for Timothée Lecomte)
  • Support for SpecFlow v3.7 projects (Issue #69)
  • Do not warn for missing 'SpecFlow.Tools.MsBuild.Generation' package when SpecFlow v3.3 or later is used

v1.6.1 - 2020-05-13

13 May 19:24
Compare
Choose a tag to compare

Improvements:

v1.6.0 - 2020-04-30

30 Apr 14:33
Compare
Choose a tag to compare

Improvements:

  • Support for Cucumber expressions by using the CucumberExpressions.SpecFlow.3-1 NuGet package (Issue #65)
  • Imroved error handling of binding errors (e.g. invalid regular expression)
  • Suggested suffix for step definition classes changed to StepDefinitions (from Steps)
  • Detect platform target (x86, x64) automatically (Issue #50)

v1.5.2 - 2020-01-31

31 Jan 13:35
Compare
Choose a tag to compare

Improvements:

  • Setting processorArchitecture in config file will determined which dotnet.exe version to use. (Issue #62)

v1.5.1 - 2019-12-13

13 Dec 14:54
Compare
Choose a tag to compare

Improvements:

  • Support for .NET Core 3.1 projects (Issue #57)

Bug fixes:

  • Define steps command overwrites existing step definition files (Issue #51)

v1.5.0 - 2019-11-24

24 Nov 13:51
Compare
Choose a tag to compare

New features:

Improvements:

  • Add support for feature and scenario scoping

Bug fixes:

  • Discovery error when specflow.json is used for .NET Framework project (Issue #56)

v1.4.3 - 2019-11-05

06 Nov 09:40
Compare
Choose a tag to compare

Bug fixes:

  • Initialisation error with .NET Core and SpecFlow v3.1 beta (Issue #49)

v1.4.2 - 2019-08-04

01 Aug 08:42
Compare
Choose a tag to compare

Bug fixes:

  • Visual Studio freezes and restart when adding a new feature file to an SDK-style project (Issue #46)

v1.4.1 - 2019-07-09

09 Jul 19:15
Compare
Choose a tag to compare

Bug fixes:

  • Getting type initializer exception for 'Equ.MemberwiseEquatable'1' when creating feature file for Specflow (Issue #45)

v1.4.0 - 2019-07-03

03 Jul 19:45
Compare
Choose a tag to compare

New features:

Improvements:

  • Step completion should use word containment for filtering the list (Issue #28)
  • Display warning on config load error
  • Improved error handling for code-behind generation

Bug fixes:

  • Editor: No syntax coloring when the file ends with doc-string open (Issue #6)
  • Default language is not detected for SpecFlow v3 from specflow.json config file