@@ -44,20 +44,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44
44
* [ TestNG] Automatically pick up properties from ` testng.xml ` ([ #2354 ] ( https://github.com/cucumber/cucumber-jvm/pull/2354 ) M.P. Korstanje, Gayan Sandaruwan)
45
45
* [ Core] Pretty formatter to print step DataTables ([ #2330 ] ( https://github.com/cucumber/cucumber-jvm/pull/2330 ) Arty Sidorenko)
46
46
* [ Core] ` Scenario.getId() ` returns the actual scenario id ([ #2366 ] ( https://github.com/cucumber/cucumber-jvm/issues/2366 ) M.P. Korstanje)
47
- - To obtain the original ` <uri>:<line-number> ` identifier use ` scenario.getUri() + ":" + scenario.getLine() ` .
47
+ - To obtain the original ` <uri>:<line-number> ` identifier use ` scenario.getUri() + ":" + scenario.getLine() ` .
48
48
49
49
### Deprecated
50
50
* [ JUnit Platform] Deprecated ` @Cucumber ` in favour of ` @Suite ` ([ #2362 ] ( https://github.com/cucumber/cucumber-jvm/pull/2362 ) M.P. Korstanje)
51
51
52
52
### Removed
53
53
* [ Core] Removed ` --strict ` and ` --no-strict ` options ([ #1788 ] ( https://github.com/cucumber/cucumber-jvm/issues/1788 ) M.P. Korstanje)
54
- - Cucumber executes scenarios in strict mode by default
54
+ - Cucumber executes scenarios in strict mode by default
55
55
* [ Core] Removed deprecated ` TypeRegistryConfigurer ` ([ #2356 ] ( https://github.com/cucumber/cucumber-jvm/issues/2356 ) M.P. Korstanje)
56
- - Use ` @ParameterType ` instead.
56
+ - Use ` @ParameterType ` instead.
57
57
* [ Weld] Removed ` cucumber-weld ` ([ #2276 ] ( https://github.com/cucumber/cucumber-jvm/issues/2276 ) M.P. Korstanje)
58
- - Consider using ` cucumber-jakarta-cdi ` or ` cucumber-cdi2 ` .
58
+ - Consider using ` cucumber-jakarta-cdi ` or ` cucumber-cdi2 ` .
59
59
* [ Needle] Removed ` cucumber-needled ` ([ #2276 ] ( https://github.com/cucumber/cucumber-jvm/issues/2276 ) M.P. Korstanje)
60
- - Consider using ` cucumber-jakarta-cdi ` or ` cucumber-cdi2 ` .
60
+ - Consider using ` cucumber-jakarta-cdi ` or ` cucumber-cdi2 ` .
61
61
62
62
### Fixed
63
63
* [ Core] Emit step hook messages ([ #2009 ] ( https://github.com/cucumber/cucumber-jvm/issues/2093 ) Grasshopper)
@@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
80
80
81
81
### Fixed
82
82
* [ Core] Upgraded ` vis-timeline ` to v7.4.8
83
- - Fixes CVE-2020 -28487
83
+ - Fixes CVE-2020 -28487
84
84
85
85
## [ 6.10.3] (2021-04-14)
86
86
0 commit comments