Releases: ghosind/go-assert
Releases · ghosind/go-assert
Assertion for Go v1.1.1
Assertion for Go v1.1.0
New Feature
- Add
IsError
andNotIsError
,
Assertion for Go v1.0.3
Features
isOrderable
supports the alias of the primitive orderable types.
v1.0.2
Assertion for Go v1.0.1
Assertion for Go is a collection of assertion functions that extend the built-in testing
package.
New Features
Equal
support to compare n-dimensions slice/array.
Assertion for Go v1.0.0
Assertion for Go is a collection of assertion functions that extend the built-in testing
package.
Breaking Changes
- The supported minimum go version is 1.18.
- The equality of mixed signed and unsigned is always false.
New Features
- New comparison assertion functions.
Changes
- Panic a predefined error if the parameters do not match the requirements.
- Mark
testXXX
as the test helper functions. - Rename
isComparable
toisOrderable
.