Skip to content

Releases: golanglibs/goassert

v0.5.0

03 Sep 20:28
8d3e65f
Compare
Choose a tag to compare

What's Changed

  • [bugfix] fix Nil, NotNil to check nil functions by @golanglibs in #12
  • [feature] add deep equal assertion methods and remove unneeded assertion methods by @golanglibs in #13
  • [doc] add documentation for DeepEqual and NotDeepEqual by @golanglibs in #14
  • [minor] add improvement tag for PR title in PR template by @golanglibs in #15
  • [improvement] allow any type for error for PanicWithError and NotPanicWithError assertion methods by @golanglibs in #16

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Aug 20:38
2f9cabd
Compare
Choose a tag to compare

What's Changed

  • [feature] add MapContainsKey, MapNotContainsKey assertions methods by @golanglibs in #9
  • [doc] add documentation for MapContainsKey and MapNotContainsKey assertions by @golanglibs in #10
  • [doc] add pull request template by @golanglibs in #11

Full Changelog: v0.3.2...v0.4.0

v0.3.2

27 Aug 03:53
726538f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Aug 03:47
5ebcdcd
Compare
Choose a tag to compare

What's Changed

  • [doc] update documentation by @golanglibs in #6
  • [feature] add annotations for all assertion methods to allow users to see method documentations on hover by @golanglibs in #7

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Aug 03:04
54cee31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Aug 01:59
dc6a71a
Compare
Choose a tag to compare

What's Changed

  • [feature] add empty and length assertions for slice and map (#3)

Full Changelog: v0.1.1...v0.2.0

v0.1.1

23 Aug 01:11
074fad5
Compare
Choose a tag to compare

What's Changed

  • [bugfix] make assertion methods 'Helper' to display correct lines on test failures

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Aug 23:56
46c732a
Compare
Choose a tag to compare
Set up CI