Releases: tideland/go-asserts
Releases · tideland/go-asserts
Main release after finalization with many extensions and fixes
Syntax sugar after changes in Go spec
Full Changelog: v0.3.0...v0.3.1
Some breaking changes to verification and adding test data generator
v0.2.1
Full Changelog: v0.2.0...v0.2.1
Fix to change the argument pattern for verifications to gotten-expected like "verify that the gotten value X is equal to my expected value 42".
Breaking change on verification argument order
Full Changelog: v0.1.1...v0.2.0
Instead
"verify equality of my expectation to the gotten value"
the syntax is now
"verify equality of the gotten value with my expectation"
This reads and feels more natural.
Verification notes
Full Changelog: v0.1.0...v0.1.1
Verification style
- Assertion functions are now in a more human readable sub-package named
verify - Capture functions are now in
capturepackage and also better readable
Full Changelog: v0.0.0...v0.1.0
Initial asserts migration
The migration of tideland.dev/go/audit/asserts plus refactoring started. Not yet all asserts implemented.