Skip to content

Releases: tideland/go-asserts

Main release after finalization with many extensions and fixes

02 Jan 18:11
5768c84

Choose a tag to compare

What's Changed

New Contributors

  • @themue made their first contribution in #3

Full Changelog: v0.3.1...v1.0.0

Syntax sugar after changes in Go spec

18 Sep 12:37

Choose a tag to compare

Some breaking changes to verification and adding test data generator

30 May 20:37

Choose a tag to compare

v0.2.1

22 May 20:49

Choose a tag to compare

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

20 May 19:51

Choose a tag to compare

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

11 May 20:10

Choose a tag to compare

Verification style

02 Apr 16:15

Choose a tag to compare

  • Assertion functions are now in a more human readable sub-package named verify
  • Capture functions are now in capture package and also better readable

Full Changelog: v0.0.0...v0.1.0

Initial asserts migration

10 Apr 07:50

Choose a tag to compare

Pre-release

The migration of tideland.dev/go/audit/asserts plus refactoring started. Not yet all asserts implemented.