JGiven v0.9.5 Release Notes

  • 🛠 Fixed Issues

    • 🛠 Fixed issue with primitive arrays and the @Table annotation #162
    • 🛠 Fixed an issue when using the @Table parameter that could lead to unwanted parameters in the data table #161
    • 🛠 Fixed an issue with the Maven Plugin where the customJsFile parameter actually set the customCssFile parameter #167
    • 🛠 Fixed an issue with the @Table annotation when combining numberedRows with columnTitles #166
    • 🛠 Fixed an issue in the console report that new lines a data table messed up the layout of the table #152

    🆕 New Features

    • 👍 CamelCase in step methods is now supported (thanks to albertofaci) #164, PR #165