Skip to content

v0.14.0

Compare
Choose a tag to compare
@fmeum fmeum released this 03 Jan 12:28
· 621 commits to main since this release

What's Changed

  • Major feature: The fuzzing mode of @FuzzTests is now implemented within JUnit Jupiter and thus supports lifecycle hooks (#556)
  • Major feature: Kotlin string comparison functions are instrumented (#566)
  • Bugfix: Correctly emit finding inputs generated by @FuzzTest on Windows (#578)
  • Bugfix: @FuzzTests no longer interfere with regular unit tests in certain edge cases (#575)
  • junit: Inputs are sorted by path (#562)
  • docker: Updated to OpenJDK 17 (#559)
  • docs: Added CONTRIBUTING.md and restructured docs (#549, #553, #551, #550, #560)

Full Changelog: v0.13.3...v0.14.0