Skip to content

Releases: negrel/assert

v0.5.0

11 Dec 20:57
Compare
Choose a tag to compare

This release:

  • update testify submodule and thus generated code to v1.10.0
  • remove YAML* functions and thus dependency on gopkg.in/yaml.v3
  • remove testify dependency used to test the package itself

v0.4.0

17 Nov 15:32
Compare
Choose a tag to compare

This release:

  • adds two new assertions assert.Locked and assert.Unlocked to assert that a sync.Locker is locked or unlocked respectively.
  • fix some generated type declaration (unused for the moment)

v0.3.0

01 Nov 08:51
Compare
Choose a tag to compare

Nothing change in this release except the go documentation.

v0.2.0

05 Apr 09:46
Compare
Choose a tag to compare

Update testify to v1.9.0

v0.1.0

04 Nov 18:24
Compare
Choose a tag to compare
update README.md