Releases: cucumber/cucumber-jvm
Releases · cucumber/cucumber-jvm
v7.31.0
Added
- [Core] Add a
UsageJsonFormatter, use with--plugin usage-json(#3086 M.P. Korstanje)
Changed
- [Core] Update dependency io.cucumber:ci-environment to v12.0.0
- [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.0
- [Core] Update dependency io.cucumber:gherkin to v36.0.0
- [Core] Update dependency io.cucumber:html-formatter to v22.0.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.10.0
- [Core] Update dependency io.cucumber:messages to v30.1.0
- [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
- [Core] Update dependency io.cucumber:query to v14.6.0
- [Core] Update dependency io.cucumber:tag-expressions to v8.0.0
- [Core] Update dependency io.cucumber:teamcity-formatter to v0.2.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.7.0
- [Core] Use a message based
TimeLineFormatter(#3095 M.P. Korstanje) - [Core] Use a message based
UsageFormatter(#3086 M.P. Korstanje) - [Core] Use a message based
UnusedFormatter(#3086 M.P. Korstanje)
Fixed
v7.30.0
v7.29.0
Added
- [Core] Emit Suggestion message (#3073 M.P. Korstanje)
- [JUnit Platform Engine] Warn when surefire naming strategy is used (#3067 M.P. Korstanje)
- [Java] Generate annotations for Emoji dialect (#3062 M.P. Korstanje)
Changed
- [Core] Use a message based
RerunFormatter(#3075 M.P. Korstanje) - [Core] Use a message based
TeamCityPlugin(#3050 M.P. Korstanje) - [Core] Use a message based
DefaultSummaryPrinter(#3028 M.P. Korstanje) - [Core] Use a message based
ProgressFormatter(#3028 M.P. Korstanje) - [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.2.0
- [Core] Update dependency io.cucumber:gherkin to v35.1.0
- [Core] Update dependency io.cucumber:html-formatter to v21.15.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.9.0
- [Core] Update dependency io.cucumber:messages to v29.0.1
- [Core] Update dependency io.cucumber:pretty-formatter to v2.3.0
- [Core] Update dependency io.cucumber:query to v14.3.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.6.0
Fixed
- [Core] Emit StepMatchArgumentsList for ambiguous steps (#3066 M.P. Korstanje)
- [Core] Restore
TestSourcesModel(#3076 M.P. Korstanje) - [Core] Optimize
StringUtils.isWhitespace(gherkin/#468 Julien Kronegg, M.P. Korstanje)
v7.28.2
Fixed
- [Core] Fix attachment rendering when using the Cucumber JSON Formatter (cucumber-json-formatter/#12, #3069 M.P. Korstanje)
v7.28.1
Fixed
- [Core] Fix NPE for optional arguments when using the Cucumber JSON Formatter (cucumber-json-formatter/#7, #3060 M.P. Korstanje)
v7.28.0
Added
- [Core] Add custom UuidGenerator to Runtime.Builder (#3039 Christoph Läubrich, M.P. Korstanje)
- [Core] Add
--i18n-keywordsand--i18n-languagesoptions (#3053 M.P. Korstanje) - [JUnit Platform Engine] Warn when selected line does not exist (#3056 M.P. Korstanje)
- [JUnit Platform Engine] Support rerun files (#3057 M.P. Korstanje)
Changed
- [Core] Use a message based Cucumber JSON Formatter (##2888 M.P. Korstanje)
Deprecated
- [Core] Deprecate
--i18noptions (#3053 M.P. Korstanje)
v7.27.2
v7.27.1
Fixed
- [Core] Format time in JUnit XML report as
xs:float(junit-xml-formatter/#83 M.P. Korstanje) - [Core] Replace concurrent hashmap with regular hashmap (query/#89 M.P. Korstanje)
- [Core] Fixed Afrikaans translation for "rule" (gherkin/#428)
- [Java] Optimize
GherkinLine.substringTrimmed(#gherkin/444) - [Java] Improve performance with a generated keyword matcher (#gherkin/445)
v7.27.0
Changed
- [Core] Show both steps and hooks in progress formatter (#3029 M.P. Korstanje)
- [Core] Use a more consistent definition of whitespace (gherkin/#442 M.P. Korstanje)
- [Core] Improve Gherkin parser performance (gherkin/#436 Julien Kronegg, M.P. Korstanje)
v7.26.0
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)