Releases: cucumber/language-service
Releases · cucumber/language-service
v1.0.0
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
Changed
- The
tree-sitter
module is an optional dependency. This reduces the risk of installation problems on Windows and also makes the library more light weight.
v0.28.0
v0.27.0
Fixed
- Make all
tree-sitter-{language}
dependencies optional. They are only needed at runtime for theNodeParserAdapter
- the
WasmParserAdapter
does not need them (they use prebuiltdist/*.wasm
files included in the module).
v0.26.0
Fixed
- Handle Cucumber Expression optionals not preceded by space in suggestions
v0.25.0
Changed
Source.path
has been renamed toSource.uri
Fixed
- Remove dependency on Node
path
fromExpressionBuilder
in order to make the library work in a browser