All Versions
144
Latest Version
Avg Release Cycle
26 days
Latest Release
772 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v5.4.2 Changes
March 05, 2020 -
v5.4.1 Changes
February 27, 2020 -
v5.4.0 Changes
February 20, 2020 -
v5.3.0 Changes
February 13, 2020โ Added
- [Core] CLI should search classpath root by default (#1889 M.P. Korstanje)
- [Core] Improve error message when incompatible plugins are used
io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm
is not compatible with Cucumber resulting in rather hard to explainNoClassDefFoundError
s.
๐ Fixed
-
v5.2.0 Changes
February 06, 2020โ Added
- [Core] Allow Object and String data table types to be redefined (#1884,#cucumber/885 M.P. Korstanje)
๐ Fixed
-
v5.1.3 Changes
January 31, 2020 -
v5.1.2 Changes
January 27, 2020๐ Fixed
- [JUnit Platform] Build JUnit Platform Engine at Source level 8. (M.P. Korstanje)
- Entire project was build at source level 9 rather then only
module-info.java
- Entire project was build at source level 9 rather then only
- [JUnit Platform] Require
io.cucumber.core.gherkin
as a module dependency. (M.P. Korstanje)
- [JUnit Platform] Build JUnit Platform Engine at Source level 8. (M.P. Korstanje)
-
v5.1.1 Changes
January 26, 2020 -
v5.1.0 Changes
January 25, 2020โ Added
- [Core] Document supported properties (#1859 M.P. Korstanje)
- Adds
lexical
value (the default) forcucumber.execution.order
- Adds
- [TestNG] Run scenarios in customized groups (#1863 Konrad Maciaszczyk, M.P. Korstanje)
๐ Changed
- [JUnit Platform] Upgrade JUnit Platform from v1.5.2 to v1.6.0
- [JUnit Platform] Add module-info for
cucumber-junit-platform-engine
(#1867 M.P. Korstanje, John Patrick)
๐ Fixed
- [Java/Java8] Fix NPE in AbstractDatatableElementTransformerDefinition (#1865 Florin Slevoaca, M.P. Korstanje)
- [Core] Fix collision when using
Datatable.asMaps
(cucumber/cucumber#877 M.P. Korstanje) - [Core] Replace windows path separator in sub package name (#1869 M.P. Korstanje)
- [Core] Document supported properties (#1859 M.P. Korstanje)
-
v5.0.0 Changes
January 16, 2020โ Added
- [Java] Support empty strings and null values in data tables (#1857 M.P. Korstanje)
- When registering a table converter
convertToEmptyString
can be used to replace a specific value in a datatable (e.g.[blank]
) with the empty string.
- When registering a table converter
๐ Changed
- [JUnit] Use JUnit 4.13 in
cucumber-junit
(#1851 John Patrick) - [TestNG] Use TestNG 7.1.0 (M.P. Korstanje)
๐ Fixed
- [Core] Fixed Illegal character error on Windows (#1849 M.P. Korstanje)
- [JUnit Platform] Annotate
@Cucumber
with@Testable
to facilitate discovery by IDEs (M.P. Korstanje)
- [Java] Support empty strings and null values in data tables (#1857 M.P. Korstanje)