All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
897 days ago
Changelog History
Page 1
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
- โ added better styling for
-
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
toFuzz
๐ฅ BREAKING CHANGE
โ Adapting to this breaking change is easily done by replacing all occurrences of
testza.Mock
withtestza.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
andAssertNoSubset
- assert: added
-
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 -
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