Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Apr 22, 2022
1 parent 545eada commit c81e49c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 254 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- Generate suggestions for Cucumber Expressions even if there are no matching steps. ([#16](https://github.com/cucumber/language-service/issues/16), [#32](https://github.com/cucumber/language-service/pull/32))

## [0.13.0] - 2022-04-22
### Changed
- Renamed `StepDocument` to `Suggestion`
- The `ExpressionBuilder` constructor has changed. Consumers must provide a `ParserAdpater` - currently a `NodeParserAdapter` is the only implementation.

### Fixed
- Generate suggestions for Cucumber Expressions even if there are no matching steps. ([#16](https://github.com/cucumber/language-service/issues/16), [#32](https://github.com/cucumber/language-service/pull/32))

### Removed
- Support for tree-sitter web bindings have been removed. It can be added back in a later relase by implementing a `WebParserAdapter`.
- Support for Node.js 17 removed - see [tree-sitter/tree-sitter#1503](https://github.com/tree-sitter/tree-sitter/issues/1503)
Expand Down Expand Up @@ -98,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
([#1732](https://github.com/cucumber/common/pull/1732)
[aslakhellesoy](https://github.com/aslakhellesoy))

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.12.1...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/cucumber/language-service/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/cucumber/language-service/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/cucumber/language-service/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/cucumber/language-service/compare/v0.10.1...v0.11.0
Expand Down
Loading

0 comments on commit c81e49c

Please sign in to comment.