Skip to content

Commit

Permalink
Prepare release v1.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.1.0
  • Loading branch information
aslakhellesoy committed Oct 10, 2022
1 parent 64c802c commit e92629a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- Fix standalone startup (for use in e.g. neovim) ([#66](https://github.com/cucumber/language-server/issues/66), [#68](https://github.com/cucumber/language-server/pull/68))

## [1.1.0] - 2022-10-10
### Added
- Add support for [document symbols](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol) ([#98](https://github.com/cucumber/language-service/issues/98), [#106](https://github.com/cucumber/language-service/pull/106))
- (Java) Recognise regexps with `(?i)`, with the caveat that the resulting JavaScript `RegExp` is _not_ case insensitive ([#100](https://github.com/cucumber/language-service/issues/100), [#108](https://github.com/cucumber/language-service/pull/108))
- (TypeScript) Add support for template literals without subsitutions. ([#101](https://github.com/cucumber/language-service/issues/101), [#107](https://github.com/cucumber/language-service/pull/107))

### Fixed
- Fix standalone startup (for use in e.g. neovim) ([#66](https://github.com/cucumber/language-server/issues/66), [#68](https://github.com/cucumber/language-server/pull/68))

## [1.0.1] - 2022-10-10
### Fixed
- Fix rust snippet fn name to lowercase ([#103](https://github.com/cucumber/language-service/issues/103), [#104](https://github.com/cucumber/language-service/pull/104))
Expand Down Expand Up @@ -214,7 +215,8 @@ code is. The server uses this for auto complete and detecting defined steps.
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-server/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/cucumber/language-server/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/cucumber/language-server/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cucumber/language-server/compare/v0.13.1...v1.0.0
[0.13.1]: https://github.com/cucumber/language-server/compare/v0.13.0...v0.13.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-server",
"version": "1.0.1",
"version": "1.1.0",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit e92629a

Please sign in to comment.