Releases: cucumber/language-server
Releases · cucumber/language-server
v1.6.0
Added
- (Go) Support for Godog step definitions (#106)
v1.5.0
Added
- Allow Javascript/Typescript glue files with the following file extensions: cjs, mjs, cts, mts - #85
Fixed
- Fixed c-sharp glob paths for step definitions and feature files - #89
- Specify minimum supported node version (#100)
- Fixed the issue preventing standalone operation outside of VS Code - #74
v1.4.0
Added
Fixed
- Fixed a regression in the python language implementation for regexes #119
v1.3.0
Added
- Expose
registry
and expressions
#73.
v1.2.0
Added
- Added context to python snippet to properly support
behave
- Added
ParameterType
support to the python language implementation. This is currently supported via cuke4behave
v1.1.1
Fixed
- (TypeScript) Fix bug in template literal recognition
v1.1.0
Added
- Add support for document symbols (#98, #106)
- (Java) Recognise regexps with
(?i)
, with the caveat that the resulting JavaScript RegExp
is not case insensitive (#100, #108)
- (TypeScript) Add support for template literals without subsitutions. (#101, #107)
Fixed
- Fix standalone startup (for use in e.g. neovim) (#66, #68)
v1.0.1
Fixed
- Fix rust snippet fn name to lowercase (#103, #104)
v1.0.0
Added
Fixed
- Don't throw an error when Regular Expressions have optional capture groups (#96, #97).
v0.13.1
Fixed
- Fixed a regression in URI handling on Windows.