Skip to content

v0.4.0 - Generics!

Compare
Choose a tag to compare
@MarvinJWendt MarvinJWendt released this 10 Apr 00:46
· 97 commits to main since this release

What's Changed

Breaking Changes πŸ› 

  • ❗ Renamed AssertDirExist to AssertDirExists by @MarvinJWendt in #148
  • ❗ Replaced all occurrences of interface{} with any by @MarvinJWendt in #149
  • ❗ Renamed FuzzInputXxx to FuzzXxx by @MarvinJWendt in #149
  • ❗ Added generic FuzzUtilRunTests function. Replaces:
    • FuzzUtilRunTests
    • FuzzFloat64RunTests
    • FuzzIntRunTests
    • FuzzStringRunTests
  • ❗ Added generic FuzzUtilModifySet function. Replaces:
    • FuzzBoolModify
    • FuzzFloat64Modify
    • FuzzIntModify
    • FuzzStringModify
  • ❗ Added generic FuzzUtilLimitSet function. Replaces:
    • FuzzStringLimit

Exciting New Features πŸŽ‰

Full Changelog: v0.3.5...v0.4.0