google/go-cmp (github.com/google/go-cmp)
### [`v0.6.0`](https://togithub.com/google/go-cmp/releases/tag/v0.6.0)
[Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0)
New API:
- ([#340](https://togithub.com/google/go-cmp/issues/340)) Add `cmpopts.EquateComparable`
Documentation changes:
- ([#337](https://togithub.com/google/go-cmp/issues/337)) Use of hotlinking of Go identifiers
Build changes:
- ([#325](https://togithub.com/google/go-cmp/issues/325)) Remove purego fallbacks
Testing changes:
- ([#322](https://togithub.com/google/go-cmp/issues/322)) Run tests for Go 1.20 version
- ([#332](https://togithub.com/google/go-cmp/issues/332)) Pin GitHub action versions
- ([#327](https://togithub.com/google/go-cmp/issues/327)) set workflow permission to read-only
### [`v0.5.9`](https://togithub.com/google/go-cmp/releases/tag/v0.5.9)
[Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.8...v0.5.9)
Reporter changes:
- ([#299](https://togithub.com/google/go-cmp/issues/299)) Adjust heuristic for line-based versus byte-based diffing
- ([#306](https://togithub.com/google/go-cmp/issues/306)) Use `value.TypeString` in `PathStep.String`
Code cleanup changes:
- ([#297](https://togithub.com/google/go-cmp/issues/297)) Use `reflect.Value.IsZero`
- ([#304](https://togithub.com/google/go-cmp/issues/304)) Format with Go 1.19 formatter
- ([#300](https://togithub.com/google/go-cmp/issues/300) )Fix typo in Result documentation
- ([#302](https://togithub.com/google/go-cmp/issues/302)) Pre-declare global type variables
- ([#309](https://togithub.com/google/go-cmp/issues/309)) Run tests on Go 1.19
### [`v0.5.8`](https://togithub.com/google/go-cmp/releases/tag/v0.5.8)
[Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.7...v0.5.8)
Reporter changes:
- ([#293](https://togithub.com/google/go-cmp/issues/293)) Fix printing of types in reporter output for interface and pointer types
- ([#294](https://togithub.com/google/go-cmp/issues/294)) Use string formatting for slice of bytes in more circumstances
Dependency changes:
- ([#292](https://togithub.com/google/go-cmp/issues/292)) Update minimum supported version to go1.13 and remove `xerrors` dependency
### [`v0.5.7`](https://togithub.com/google/go-cmp/releases/tag/v0.5.7)
[Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.6...v0.5.7)
Reporter changes:
- ([#266](https://togithub.com/google/go-cmp/issues/266)) Fix textual printing of byte slices
- ([#275](https://togithub.com/google/go-cmp/issues/275)) Reduce minimum length for specialize string diffing
- ([#276](https://togithub.com/google/go-cmp/issues/276)) Use any alias instead of interface{}
Code cleanup changes:
- ([#281](https://togithub.com/google/go-cmp/issues/281)) Update minimum supported version to go1.11
- ([#282](https://togithub.com/google/go-cmp/issues/282)) Drop hacks to work around Go reflection bugs in Go1.9
- ([#285](https://togithub.com/google/go-cmp/issues/285)) Add //go:build lines
- ([#262](https://togithub.com/google/go-cmp/issues/262)) Fix staticcheck findings
- ([#263](https://togithub.com/google/go-cmp/issues/263)) Avoid shadowing variable
- ([#268](https://togithub.com/google/go-cmp/issues/268)) Use sha256 in test
- ([#271](https://togithub.com/google/go-cmp/issues/271)) Fix spelling mistakes
- ([#269](https://togithub.com/google/go-cmp/issues/269)) Change build status badge
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v0.5.6
->v0.6.0
Release Notes
google/go-cmp (github.com/google/go-cmp)
### [`v0.6.0`](https://togithub.com/google/go-cmp/releases/tag/v0.6.0) [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0) New API: - ([#340](https://togithub.com/google/go-cmp/issues/340)) Add `cmpopts.EquateComparable` Documentation changes: - ([#337](https://togithub.com/google/go-cmp/issues/337)) Use of hotlinking of Go identifiers Build changes: - ([#325](https://togithub.com/google/go-cmp/issues/325)) Remove purego fallbacks Testing changes: - ([#322](https://togithub.com/google/go-cmp/issues/322)) Run tests for Go 1.20 version - ([#332](https://togithub.com/google/go-cmp/issues/332)) Pin GitHub action versions - ([#327](https://togithub.com/google/go-cmp/issues/327)) set workflow permission to read-only ### [`v0.5.9`](https://togithub.com/google/go-cmp/releases/tag/v0.5.9) [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.8...v0.5.9) Reporter changes: - ([#299](https://togithub.com/google/go-cmp/issues/299)) Adjust heuristic for line-based versus byte-based diffing - ([#306](https://togithub.com/google/go-cmp/issues/306)) Use `value.TypeString` in `PathStep.String` Code cleanup changes: - ([#297](https://togithub.com/google/go-cmp/issues/297)) Use `reflect.Value.IsZero` - ([#304](https://togithub.com/google/go-cmp/issues/304)) Format with Go 1.19 formatter - ([#300](https://togithub.com/google/go-cmp/issues/300) )Fix typo in Result documentation - ([#302](https://togithub.com/google/go-cmp/issues/302)) Pre-declare global type variables - ([#309](https://togithub.com/google/go-cmp/issues/309)) Run tests on Go 1.19 ### [`v0.5.8`](https://togithub.com/google/go-cmp/releases/tag/v0.5.8) [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.7...v0.5.8) Reporter changes: - ([#293](https://togithub.com/google/go-cmp/issues/293)) Fix printing of types in reporter output for interface and pointer types - ([#294](https://togithub.com/google/go-cmp/issues/294)) Use string formatting for slice of bytes in more circumstances Dependency changes: - ([#292](https://togithub.com/google/go-cmp/issues/292)) Update minimum supported version to go1.13 and remove `xerrors` dependency ### [`v0.5.7`](https://togithub.com/google/go-cmp/releases/tag/v0.5.7) [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.6...v0.5.7) Reporter changes: - ([#266](https://togithub.com/google/go-cmp/issues/266)) Fix textual printing of byte slices - ([#275](https://togithub.com/google/go-cmp/issues/275)) Reduce minimum length for specialize string diffing - ([#276](https://togithub.com/google/go-cmp/issues/276)) Use any alias instead of interface{} Code cleanup changes: - ([#281](https://togithub.com/google/go-cmp/issues/281)) Update minimum supported version to go1.11 - ([#282](https://togithub.com/google/go-cmp/issues/282)) Drop hacks to work around Go reflection bugs in Go1.9 - ([#285](https://togithub.com/google/go-cmp/issues/285)) Add //go:build lines - ([#262](https://togithub.com/google/go-cmp/issues/262)) Fix staticcheck findings - ([#263](https://togithub.com/google/go-cmp/issues/263)) Avoid shadowing variable - ([#268](https://togithub.com/google/go-cmp/issues/268)) Use sha256 in test - ([#271](https://togithub.com/google/go-cmp/issues/271)) Fix spelling mistakes - ([#269](https://togithub.com/google/go-cmp/issues/269)) Change build status badgeConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.