Skip to content

Releases: MarvinJWendt/testza

v0.5.2

03 Feb 08:00
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

  • build(deps): bump github.com/pterm/pterm from 0.12.49 to 0.12.51 by @dependabot in #196
  • build(deps): bump github.com/klauspost/cpuid/v2 from 2.2.0 to 2.2.3 by @dependabot in #197
  • build(deps): bump github.com/pterm/pterm from 0.12.51 to 0.12.53 by @dependabot in #198

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Nov 00:58
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • fix!: use stable key ordering for snapshots with maps by @jamestelfer in #190
    • As this didn't work as intended beforehand, we only consider it to be partially breaking, as no project will be affected by this.

Other Changes

  • build(deps): bump github.com/klauspost/cpuid/v2 from 2.1.1 to 2.2.0 by @dependabot in #188
  • build(deps): bump github.com/pterm/pterm from 0.12.40 to 0.12.49 by @dependabot in #181
  • Migrated most assertion methods to use github.com/atomicgo/assert by @MarvinJWendt in #192

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Oct 09:54
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

This does not break the API, but existing snapshots have to be recreated when testza is updated to v0.5.0.

Exciting New Features 🎉

Other Changes

  • build(deps): bump github.com/klauspost/cpuid/v2 from 2.1.0 to 2.1.1 by @dependabot in #176

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

25 Aug 22:13
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

Other Changes

Full Changelog: v0.4.2...v0.4.3

v0.4.2

25 Apr 09:50
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Apr 13:38
8e73fb5
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - Generics!

10 Apr 00:46
Compare
Choose a tag to compare

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

v0.3.5

07 Apr 14:04
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Fixes 🔧

  • Display the correct file when an assertion helper is used internally by @MarvinJWendt in #141

Full Changelog: v0.3.4...v0.3.5

v0.3.4

07 Apr 11:58
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: v0.3.3...v0.3.4

v0.3.3

05 Apr 22:20
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

Other Changes

New Contributors

Full Changelog: v0.3.2...v0.3.3