v0.14.0
What's Changed
- Major feature: The fuzzing mode of
@FuzzTest
s 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:
@FuzzTest
s 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