|
1 |
| -# CHANGE LOG |
| 1 | +# Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 | 7 |
|
7 |
| ----- |
8 | 8 | ## [Unreleased]
|
9 | 9 |
|
10 |
| -### Added |
11 |
| - |
| 10 | +## [0.3.0] - 2021-10-12 |
12 | 11 | ### Changed
|
13 |
| - |
14 |
| -### Deprecated |
15 |
| - |
16 |
| -### Removed |
17 |
| - |
18 |
| -### Fixed |
| 12 | +- Upgrade to `@cucumber/cucumber-expressions 14.0.0` |
| 13 | +- Upgrade to `@cucumber/suggest 0.0.6` |
19 | 14 |
|
20 | 15 | ## [0.2.0] - 2021-09-15
|
21 |
| - |
22 | 16 | ### Changed
|
23 |
| - |
24 |
| -* Upgrade to `@cucumber/cucumber-expressions 13.0.1` |
| 17 | +- Upgrade to `@cucumber/cucumber-expressions 13.0.1` |
25 | 18 |
|
26 | 19 | ## [0.1.1] - 2021-09-08
|
27 |
| - |
28 | 20 | ### Fixed
|
29 |
| - |
30 |
| -* Fix insertion of completion items so it always replaces the full line rather than appending to the end. |
31 |
| - ([#1737](https://github.com/cucumber/common/pull/1737) |
32 |
| - [aslakhellesoy]) |
| 21 | +- Fix insertion of completion items so it always replaces the full line rather than appending to the end. |
| 22 | +([#1737](https://github.com/cucumber/common/pull/1737) |
| 23 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
33 | 24 |
|
34 | 25 | ## [0.1.0] - 2021-09-07
|
35 |
| - |
36 | 26 | ### Added
|
37 |
| - |
38 |
| -* Add `CucumberInfoBuilder` and `CucumberInfo` |
39 |
| - ([#1734](https://github.com/cucumber/common/pull/1734) |
40 |
| - [aslakhellesoy]) |
41 |
| -* Document Formatting |
42 |
| - ([#1732](https://github.com/cucumber/common/pull/1732) |
43 |
| - [aslakhellesoy]) |
| 27 | +- Add `CucumberInfoBuilder` and `CucumberInfo` |
| 28 | +([#1734](https://github.com/cucumber/common/pull/1734) |
| 29 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
| 30 | +- Document Formatting |
| 31 | +([#1732](https://github.com/cucumber/common/pull/1732) |
| 32 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
44 | 33 |
|
45 | 34 | ## [0.0.1] - 2021-09-02
|
46 |
| - |
47 | 35 | ### Added
|
48 |
| - |
49 |
| -* First release |
50 |
| - |
51 |
| -<!-- Releases --> |
52 |
| -[Unreleased]: https://github.com/cucumber/language-service/compare/v0.2.0...main |
53 |
| -[0.2.0]: https://github.com/cucumber/language-service/compare/v0.1.1...v0.2.0 |
54 |
| -[0.1.1]: https://github.com/cucumber/language-service/compare/v0.1.0...v0.1.1 |
55 |
| -[0.1.0]: https://github.com/cucumber/language-service/compare/v0.0.1...v0.1.0 |
56 |
| -[0.0.1]: https://github.com/cucumber/language-service/tree/v0.0.1 |
57 |
| - |
58 |
| -<!-- Contributors in alphabetical order --> |
59 |
| -[aslakhellesoy]: https://github.com/aslakhellesoy |
| 36 | +- First release |
| 37 | + |
| 38 | +[Unreleased]: https://github.com/cucumber/language-service/compare/v0.3.0...main |
| 39 | +[0.3.0]: https://github.com/cucumber/language-service/compare/v0.2.0...v0.3.0 |
| 40 | +[0.2.0]: https://github.com/cucumber/language-service/compare/v0.1.1...v0.2.0 |
| 41 | +[0.1.1]: https://github.com/cucumber/language-service/compare/v0.1.0...v0.1.1 |
| 42 | +[0.1.0]: https://github.com/cucumber/language-service/compare/v0.0.1...v0.1.0 |
| 43 | +[0.0.1]: https://github.com/cucumber/language-service/tree/v0.0.1 |
0 commit comments