Releases: ppapapetrou76/go-testing
v0.0.8
What's Changed
- Bump github.com/r3labs/diff/v2 from 2.14.3 to 2.14.4 by @dependabot in #41
- Add HasSize assertions by @mzampetakis in #43
- Bump github.com/r3labs/diff/v2 from 2.14.4 to 2.14.5 by @dependabot in #42
- Add IsSubstringOf assertion by @mzampetakis in #45
- Add IgnoringNewLines string decorator by @mzampetakis in #44
- Bump github.com/r3labs/diff/v2 from 2.14.5 to 2.14.6 by @dependabot in #46
- bumps golangci-linter version to 1.44 and fixes newley reported issues by @ppapapetrou76 in #47
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Add string assertions for ContainsOnlyWhitespaces and DoesNotContainOnlyWhitespaces by @mzampetakis in #24
- bump golang version to 1.17 by @ppapapetrou76 in #31
- bump golancgi linter version to the latest 1.42.1 by @ppapapetrou76 in #32
- implements string assertion has less size than by @ppapapetrou76 in #33
- implement slice unique elemets assertsion by @ppapapetrou76 in #34
- use t.Helper() in all assertion methods by @ppapapetrou76 in #36
- implement slice sorting assertions by @ppapapetrou76 in #37
Full Changelog: v0.0.6...v0.0.7
v0.0.6
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
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
Merge pull request #9 from ppapapetrou76/add-hastypeof-assertion add HasTypeOf assertion
v0.0.3
Merge pull request #6 from mzampetakis/implement-ContainsOnlyDigits ContainsOnlyDigits assertion
v0.0.2
v0.0.1
Initial Release