Skip to content

Releases: halimath/expect

0.6.0

14 Apr 19:56
57cbc78
Compare
Choose a tag to compare

Feature: EqualToStringByLines supports transformers which can be used to clean up the lines before comparing them.

0.5.1

02 Mar 18:54
a08cfac
Compare
Choose a tag to compare
  • add missing calls to t.Helper() for expectations so that expectation code does not show up in test failure locations

0.5.0

19 Dec 07:15
c2f1408
Compare
Choose a tag to compare

is.Error(v, nil) works identical to is.NoError(v)

0.4.0

20 Nov 21:08
b599f40
Compare
Choose a tag to compare
  • Add new string matcher reporting differences by line
  • Add migrate tool to migrate old tests written for api v0.1.0 to the latest API version

0.3.0

12 Nov 10:06
70eb194
Compare
Choose a tag to compare
  • Improved API (no dot imports)
  • Improved use of generics to enforce type safety

0.2.0

15 Sep 19:17
04575d0
Compare
Choose a tag to compare
feature: api refactoring improving use of generics (#2)

* feature: api refactoring improving use of generics

* build: run ci on go 1.18 to 1.21

0.1.0

24 Feb 12:09
Compare
Choose a tag to compare

Initial release