JayDiff v0.3.0 Release Notes

Release Date: 2019-10-02 // over 4 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