You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
### Fixed
11
-
* Undefined `And` and `But` steps now generate the correct `Given`, `When` or `Then` keyword, based on parent step(s) ([#54](https://github.com/cucumber/language-service/pull/54))
12
-
* Parameters are excluded from method names ([#54](https://github.com/cucumber/language-service/pull/54))
13
-
* Generated C# step definitions include the keyword in the method name ([#54](https://github.com/cucumber/language-service/pull/54))
14
-
10
+
## [0.24.0] - 2022-05-25
15
11
### Changed
16
-
* The mustache templating syntax now uses different variables ([#54](https://github.com/cucumber/language-service/pull/54))
12
+
- The mustache templating syntax now uses different variables ([#54](https://github.com/cucumber/language-service/pull/54))
13
+
14
+
### Fixed
15
+
- Undefined `And` and `But` steps now generate the correct `Given`, `When` or `Then` keyword, based on parent step(s) ([#54](https://github.com/cucumber/language-service/pull/54))
16
+
- Parameters are excluded from method names ([#54](https://github.com/cucumber/language-service/pull/54))
17
+
- Generated C# step definitions include the keyword in the method name ([#54](https://github.com/cucumber/language-service/pull/54))
17
18
18
19
## [0.23.1] - 2022-05-25
19
20
### Fixed
@@ -204,7 +205,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments