Release Notes

BDD Library Change Logs

This document provides a high-level view of the changes introduced in the BDD library by release. For a detailed view of what has changed, refer to the repository commits.

0.2.7 (2024-03-31)

  • Update of library dependencies, update to JDK-21, and modern Gradle approach to build solutions.

0.2.6 (2021-08-31)

  • Update of the dependencies

0.2.5 (2020-08-31)

  • Update of the dependencies

0.2.4 (2020-06-30)

  • BDD library is now a regular Java 9 module (thanks to the new module support in Gradle 6.4).

  • A JSON schema for the bdd report JSON file was added and used to validate the format in unit tests.

  • The library requires JDK 17 and all dependencies were updated to the current version.

0.2.3 (2020-03-06)

  • Initial release of the library