All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
728 days ago

Changelog History
Page 1

  • v0.3.2 Changes

    March 31, 2022

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ parse snapshots with regex if they are strings fix: conditional diff rendering fix: hide long common diff lines
    • rich difference detection

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ show 0 context if specified
    • ๐Ÿšš move diff to last object slot chore: rename context line count variable
    • correctly handle newlines in diffs
    • conditional diff buffer flushing
  • v0.3.1 Changes

    March 21, 2022

    ๐Ÿ”‹ Features

    • โž• added better styling for AssertNoError

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixed AssertDirEmpty failing when dir does not exist
  • v0.3.0 Changes

    March 20, 2022

    ๐Ÿ”‹ Features

    • ๐Ÿ–จ print custom messages

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixed nested snapshots

    โœ… Test

    • โž• added output consistency tests for failed assertions

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿคก renamed Mock to Fuzz

    ๐Ÿ’ฅ BREAKING CHANGE

    โœ… Adapting to this breaking change is easily done by replacing all occurrences of testza.Mock with testza.Fuzz

  • v0.2.15 Changes

    February 14, 2022

    ๐Ÿ”‹ Features

    • ๐Ÿ”ง configure: Added option to disable the startup message

    โœ… Test

    • capture: added more tests for output capturing
  • v0.2.14 Changes

    January 16, 2022

    ๐Ÿ”‹ Features

    • assert: added AssertSubset and AssertNoSubset
  • v0.2.13 Changes

    January 16, 2022

    ๐Ÿ”‹ Features

    • proposal AssertSameElements

    ๐Ÿ› Bug Fixes

    • assert: fixed missing custom messages in some functions

    ๐Ÿ”จ Code Refactoring

    • assert: clean code
    • assert: made output message for AssertSameElements more fluent
  • v0.2.12 Changes

    November 09, 2021

    ๐Ÿ› Bug Fixes

    • snapshot: fixed snapshots always created in testza directory (#65)
  • v0.2.11 Changes

    November 02, 2021

    ๐Ÿ”‹ Features

    • โž• added startup information output
    • assert: added AssertNoDirExists and AssertDirExists. fixes #36
    • ๐Ÿ”ง configuration: added SetRandomSeed
  • v0.2.10 Changes

    October 20, 2021

    ๐Ÿ”‹ Features

    • assert: added AssertDirEmpty and AssertDirNotEmpty. fixes #37 (#52)
    • assert: added AssertFileExists and AssertNoFileExists
  • v0.2.9 Changes

    September 21, 2021

    ๐Ÿ”จ Code Refactoring

    • assert: renamed internal variable
    • assert: moved AssertCompareHelper to assertion_helper.go
    • assert: moved getter functions to internal package
    • internal: moved AssertRegexpHelper to right file