This release introduces the CompareWithoutMarshal
function, which is similar to the existing Compare
function, but doesn't marshal/unmarshal to/from JSON the given interface values. As such, it expects that the values consists ONLY of primitive Go types, such as those returned by the json.Unmarshal
function.
Changelog
- 9bbbc45 test: small improvements to coverage
- 71ffe13 chore(ci): update goreleaser config file version
- 0f13bba chore(ci): update lint workflow action version
- dc22c55 chore(ci): update release workflow action version
- a8a5843 feat: add function CompareWithoutMarshal
- 053aeb7 chore: retract version v0.5.1
Full Changelog: v0.5.2...v0.6.0