Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/github.com/go-test/deep/CHANGES.md

1.1 KiB

go-test/deep Changelog

v1.0.4 released 2019-09-15

  • Added `deep:"-"` structure field tag to ignore field (PR #38) (@flga)

v1.0.3 released 2019-08-18

  • Fixed issue #31: panic on typed primitives that implement error interface

v1.0.2 released 2019-07-14

  • Enabled Go module (@radeksimko)
  • Changed supported and tested Go versions: 1.10, 1.11, and 1.12 (dropped 1.9)
  • Changed Error equality: additional struct fields are compared too (PR #29) (@andrewmostello)
  • Fixed typos and ineffassign issues (PR #25) (@tariq1890)
  • Fixed diff order for nil comparison (PR #16) (@gmarik)
  • Fixed slice equality when slices are extracted from the same array (PR #11) (@risteli)
  • Fixed test spelling and messages (PR #19) (@sofuture)
  • Fixed issue #15: panic on comparing struct with anonymous time.Time
  • Fixed issue #18: Panic when comparing structs with time.Time value and CompareUnexportedFields is true
  • Fixed issue #21: Set default MaxDepth = 0 (disabled) (PR #23)

v1.0.1 released 2018-01-28

v1.0.0 releaesd 2017-10-27

  • First release