Skip to content

Releases: cucumber/language-server

v1.6.0

21 Apr 11:27
v1.6.0
935acf7
Compare
Choose a tag to compare

Added

  • (Go) Support for Godog step definitions (#106)

v1.5.0

26 Mar 21:44
v1.5.0
3f2bafc
Compare
Choose a tag to compare

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
v1.4.0
1a68106
Compare
Choose a tag to compare

Added

Fixed

  • Fixed a regression in the python language implementation for regexes #119

v1.3.0

28 Nov 10:26
v1.3.0
64c4e8e
Compare
Choose a tag to compare

Added

  • Expose registry and expressions #73.

v1.2.0

18 Nov 12:54
v1.2.0
b73fc14
Compare
Choose a tag to compare

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
v1.1.1
58e41a7
Compare
Choose a tag to compare

Fixed

  • (TypeScript) Fix bug in template literal recognition

v1.1.0

10 Oct 21:05
v1.1.0
e92629a
Compare
Choose a tag to compare

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
v1.0.1
cd38347
Compare
Choose a tag to compare

Fixed

  • Fix rust snippet fn name to lowercase (#103, #104)

v1.0.0

05 Oct 15:38
v1.0.0
f19890b
Compare
Choose a tag to compare

Added

Fixed

  • Don't throw an error when Regular Expressions have optional capture groups (#96, #97).

v0.13.1

12 Sep 23:08
v0.13.1
b0f44a0
Compare
Choose a tag to compare

Fixed

  • Fixed a regression in URI handling on Windows.