Releases: go-test/deep
Releases · go-test/deep
v1.1.1
What's Changed
- Fix copy pasta error in TestNilMapsAreEmpty by @bartleyg in #58
- Add an option to consider nil pointers to be equivalent to zero values by @seveas in #61
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
New minor release, v1.1, that adds support for optional flags.
What's Changed
- Implment issue 28 with FLAG_IGNORE_SLICE_ORDER by @daniel-nichter in #56
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Remove Travis CI, use GitHub Actinos instead by @daniel-nichter in #53
- Fix issue 45: don't try to call Error method on unexported field by @daniel-nichter in #54
- Add CompareFunctions (issue 46) by @daniel-nichter in #55
Full Changelog: v1.0.8...v1.0.9