Skip to content

Releases: ghosind/go-assert

v0.1.5

15 Aug 06:40
v0.1.5
4c80099

Choose a tag to compare

New Features

  • Add Equal assertions.
  • Add regular expression matching assertions.

Changes

  • Overwrite Assertion.Run method.

v0.1.4

06 Aug 15:14
e894f0f

Choose a tag to compare

New Feature

  • Add True and NotTrue functions to test the truthy of a value.

v0.1.3

31 Jul 13:15
e096df7

Choose a tag to compare

Features and Changes

  • Assertion inherit from testing.T.
  • Make public functions as helper function.
  • Fix NotPanicNow error.
  • Update test cases.

v0.1.1

13 Jul 14:24
eb9b4b3

Choose a tag to compare

New features

  • Add Nil and NotNil.
  • Add delegation functions of testing.T.

v0.1.0

04 Jul 14:32
5ba2235

Choose a tag to compare

doc: update readme.