Skip to content

Releases: ppapapetrou76/go-testing

v0.0.8

01 Feb 08:49
3c71ba5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

15 Dec 11:09
7d7885d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

23 Apr 13:06
8a747c0
Compare
Choose a tag to compare

8a747c0 adds basic error assertions (#23)
eb11bec imporoves nil assertion to properly assert nil of pointers, slices, maps etc. (#22)
2e5c7f5 add time assertions (#21)
6a35f19 Bump github.com/r3labs/diff/v2 from 2.12.0 to 2.13.0 (#20)
b388f32 Add assertions for ContainsWhitespaces and DoesNotContainAnyWhitespaces (#19)

v0.0.5

01 Mar 06:50
f4b6fe5
Compare
Choose a tag to compare

1bbfe8c Adds lower/upper case string assertions
e5386be make linter happey and add more UTs
3b0f9b0 adds ignore whitespaces decorator
6639565 adds string assertions DoesNotStartWith and DoesNotEndWith
7a7737d Update README.md
7a1422e adds detailed diff output when comparing structs/maps/slices
c4cfd02 bump golangci-linter version and address newborn issues
e2d14f5 Create dependabot.yml
27d40a2 Create codeql-analysis.yml

v0.0.4

21 Nov 17:00
32579b0
Compare
Choose a tag to compare
Merge pull request #9 from ppapapetrou76/add-hastypeof-assertion

add HasTypeOf assertion

v0.0.3

14 May 18:01
c845f82
Compare
Choose a tag to compare
Merge pull request #6 from mzampetakis/implement-ContainsOnlyDigits

ContainsOnlyDigits assertion

v0.0.2

30 Apr 12:45
Compare
Choose a tag to compare

v0.0.2 (2020-04-30)

  • improve chglog template
  • correctly assert nil structures

v0.0.1

30 Apr 12:08
Compare
Choose a tag to compare

Initial Release