All Versions
13
Latest Version
Avg Release Cycle
96 days
Latest Release
1518 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.3 Changes
October 08, 2020- ๐ assert: fixes a bug that would cause a panic if there were any function calls before
assert.Check
on the same line - โก๏ธ golden: create the directory if it does not exist, when run with
-test.update-golden
- ๐ assert: fixes a bug that would cause a panic if there were any function calls before
-
v3.0.2 Changes
February 09, 2020๐ Fixed
assert.NilError
when used with non-nil errors with a type. -
v3.0.1 Changes
February 05, 2020๐ Fix import alias to point at the
/v3
path -
v3.0.0
August 18, 2019 -
v2.3.0 Changes
December 23, 2018This version includes the following changes:
- ๐ฆ a
go.mod
andgo.sum
were added to support consuming the package using go modules #136 - โ
[fs] the
Apply
function was added #130 - โ [poll] add common check function implementations #132
- โ [fs] add more PathOp functions #133 #135
- โ [skip] support a message from the check function #137
๐ Thanks @glefloch, and @icholy for your contributions to this release!
- ๐ฆ a
-
v2.2.0 Changes
November 11, 2018This version includes the following changes:
- [fs]
FromDir
now handles symlinks properly - ๐ [fs] Support carriage return insensitive comparisons for file content
- [assert] Improve failures message of
Error
- [assert] Fix a panic when an assertion was used in a
defer
- [env] Fix a panic in
ToMap
when used with an empty variable - [fs] Fix the filename used by
NewFile
andNewDir
when the name included a path separator - โ Additional test coverage
- [icmd] Add some common
CmpOp
- [assert] add
Regexp
assertion
Thanks @vdemeester @kolyshkin @silvin-lubecki for the contributions!
- [fs]
-
v2.1.0
May 22, 2018 -
v2.0.0
May 03, 2018 -
v1.4.0 Changes
April 30, 2018- ๐ fix some windows bug, CI now includes windows
- [assert] add
Error
convenience functions - โ
[assert] add a
gty-migrate-from-testify
tool for automated migration from testify - ๐ฆ [x/subtest] add an experimental
subtest
package - [fs] add assertions/comparison of a manifest to a filesystem
-
v1.3.0
February 20, 2018