JayDiff v0.3.0 Release Notes
Release Date: 2019-10-02 // over 5 years ago-
๐ Changelog
๐ง 1a8f74f Adding go1.12 to travis configuration
959328e Switching to golangci (#17)
๐ 7bfacb0 Supporting structs
๐ 42c233d Supporting arrays
e0c0b8d valueIsScalar improvements
9801b52 deduplicating code in diff/output.go
a5f2827 reducing complexity of newSlice
f5489a1 simplifying mapTypesDiffer
๐ง 089c586 Adding go1.13 to travis configuration
๐ fbcd622 Dropping go 1.10 support
๐ 1ec8a90 Adding support for JSON streams
โก๏ธ 13c9fdb updating Readme usage
Previous changes from v0.2.0
-
๐ Changelog
395b924 Improving circular reference detection
๐ 8b95105 travis seems to be confusing 1.10 for 1.1
๐ง 63f7c6e Adding go 1.8 back to travis configuration
5d6a9ab Adding go.mod
c4a4925 unsafe.Pointer -> uintptr: Wether the underlying value is still accessible or has been garbage collected is irrelevant to us
76ee775 improving 'visited' methods names
๐ 89e51ad fixing createRelease.sh for go 1.11