Skip to content

Releases: MarvinJWendt/testza

v0.3.2

31 Mar 21:45
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: rich difference detection by @Vilsol in #97

Other Changes

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Mar 07:15
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Fixes 🔧

  • fix: fixed AssertDirEmpty failing when dir does not exist by @MarvinJWendt in #93

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Mar 01:41
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

Other Changes

Full Changelog: v0.2.15...v0.3.0

v0.2.15

14 Feb 11:07
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v0.2.14...v0.2.15

v0.2.14

16 Jan 23:54
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.2.13...v0.2.14

v0.2.13

16 Jan 22:05
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: v0.2.12...v0.2.13

v0.2.12

09 Nov 09:04
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

  • fix(snapshot): fixed snapshots always created in testza directory by @TobiaszCudnik in #65

New Contributors

Full Changelog: v0.2.11...v0.2.12

v0.2.11

02 Nov 01:18
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: v0.2.10...v0.2.11

v0.2.10

20 Oct 14:19
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/pterm/pterm from 0.12.30 to 0.12.31 by @dependabot in #50
  • docs: added contributing guidelines by @MarvinJWendt in #51
  • feat(assert): added AssertFileExists and AssertNoFileExists by @MarvinJWendt in #53
  • feat(assert): added AssertDirEmpty and AssertDirNotEmpty. fixes #37 by @schambers in #52

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

21 Sep 10:15
ec7151d
Compare
Choose a tag to compare

Documentation

  • added missing docs for AssertRegexp and AssertNotRegexp