Releases: cucumber/language-server
Releases · cucumber/language-server
v1.7.0
18 May 15:19
Compare
Sorry, something went wrong.
No results found
Changed
Update dependency @cucumber/language-service to 1.7.0
v1.6.0
21 Apr 11:27
Compare
Sorry, something went wrong.
No results found
Added
(Go) Support for Godog step definitions (#106 )
v1.5.0
26 Mar 21:44
Compare
Sorry, something went wrong.
No results found
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
08 Dec 12:10
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Fixed a regression in the python language implementation for regexes #119
v1.3.0
28 Nov 10:26
Compare
Sorry, something went wrong.
No results found
Added
Expose registry and expressions #73 .
v1.2.0
18 Nov 12:54
Compare
Sorry, something went wrong.
No results found
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
10 Oct 22:38
Compare
Sorry, something went wrong.
No results found
Fixed
(TypeScript) Fix bug in template literal recognition
v1.1.0
10 Oct 21:05
Compare
Sorry, something went wrong.
No results found
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
10 Oct 18:17
Compare
Sorry, something went wrong.
No results found
Fixed
Fix rust snippet fn name to lowercase (#103 , #104 )
v1.0.0
05 Oct 15:38
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Don't throw an error when Regular Expressions have optional capture groups (#96 , #97 ).