All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
751 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