Skip to content

Releases: go-playground/assert

Release 2.2.0

06 Sep 03:33
655ae17
Compare
Choose a tag to compare

What's changed? (for real this time)

  • Use testing.TB interface.

Release 2.1.0

05 Sep 19:04
8eb943f
Compare
Choose a tag to compare

What's changed?

Use testing.TB interface.

Release 2.0.1

18 Oct 05:10
8eb943f
Compare
Choose a tag to compare

What was fixed?

Corrected README documentation.

Release 2.0.0

18 Oct 05:08
Compare
Choose a tag to compare

Upgraded to go modules.

Release 1.2.1

05 Feb 15:05
Compare
Choose a tag to compare

Sorry for the noise, reversed regex + value parameters order for RegexMatch and NotMatchRegex

Release 1.2

05 Feb 14:59
Compare
Choose a tag to compare

What's New

Added 2 new assertions

  • MatchRegex
  • NotMatchRegex

see docs for details

Release 1.1

24 Sep 11:13
Compare
Choose a tag to compare

Update documentation and links for organization move from bluesuncorp to go-playground

Release 1.0.2

17 Aug 11:58
Compare
Choose a tag to compare

Update PanicMatches error message for easy error navigation in IDE or editor.

Release 1.0.1

17 Aug 11:40
Compare
Choose a tag to compare

Fix PanicMatches not throwing error when no panic occured

thanks @jtriber

Release 1.0

20 Jul 20:08
Compare
Choose a tag to compare

Initial Release