Releases: specsolutions/deveroom-visualstudio
Releases · specsolutions/deveroom-visualstudio
v1.6.2 - 2021-02-22
v1.6.1 - 2020-05-13
Improvements:
- Extend Cucumber expressions support for SpecFlow v3.3 using CucumberExpressions.SpecFlow.3-3 NuGet package
v1.6.0 - 2020-04-30
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
(fromSteps
) - Detect platform target (x86, x64) automatically (Issue #50)
v1.5.2 - 2020-01-31
Improvements:
- Setting
processorArchitecture
in config file will determined which dotnet.exe version to use. (Issue #62)
v1.5.1 - 2019-12-13
v1.5.0 - 2019-11-24
New features:
- Support for Gherkin v6
Rule
keyword (with SpecFlow v3.1)
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
Bug fixes:
- Initialisation error with .NET Core and SpecFlow v3.1 beta (Issue #49)
v1.4.2 - 2019-08-04
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
Bug fixes:
- Getting type initializer exception for 'Equ.MemberwiseEquatable'1' when creating feature file for Specflow (Issue #45)
v1.4.0 - 2019-07-03
New features:
- Provide documentation in autocompletion of keywords (Issue #3)
- Support projects with SpecFlow assembly references (non-NuGet).
See http://speclink.me/deveroomsfassref for details. (Issue #14) - Deveroom configuration file support.
See http://speclink.me/deveroomconfig for details. - Allow opening artifacts related to scenarios in browser, based on configured
tags that match to a specific pattern (automatically recognizes
SpecSync for Azure DevOps tags
and configurable for others).
See http://speclink.me/deveroomtraceability for details.
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