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