Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: michalzxc/dyff

Tags

v1.5.6

Toggle v1.5.6's commit message
Introduce `--additional-identifier` flag

Add flag to `between` command to specified an additional custom
identifier for the named-entry list processing.

v1.5.5

Toggle v1.5.5's commit message
Create defaults section for report flag values

Create single place to define defaults for report option command line flags
to fix inconsistency of the usage of defaults between using `dyff` as a binary
versus using the `dyff` code in a test case.

v1.5.4

Toggle v1.5.4's commit message
Fix broken test case

With the unified text rendering, the unchanged output is not also
colored line by line rather than coloring the line feed character as
part of one big color format. Therefore the expected test output is
looking slightly different in raw mode.

v1.5.3

Toggle v1.5.3's commit message
Omit empty documents in Kubernetes compare

When comparing multi document files using Kubernetes semantics, omit empty
documents in the list of documents to compare.

v1.5.2

Toggle v1.5.2's commit message
Introduce multiline text difference output

Fixes homeport#171

Add human friendly difference output for multiline texts similar to the one
used by the minor change output.

v1.5.1

Toggle v1.5.1's commit message
Extend invalid YAML check test case

Ref: homeport#209

Add new field to the invalid YAML test case sample YAML to verify that the fix
from the `neat` package does indeed fix the reported issue.

v1.5.0

Toggle v1.5.0's commit message
Revert "Add `system-files` plug"

This reverts commit 64a5bd8.

v1.4.7

Toggle v1.4.7's commit message
Remove `netgo` build tag

Remove obsolete `netgo` build tag.

v1.4.6

Toggle v1.4.6's commit message
Bump github.com/onsi/gomega from 1.16.0 to 1.17.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.4.5

Toggle v1.4.5's commit message
Simplify GitHub Action setup for build and test

Use Go `1.17` install instead of `go get`.

Remove step names that add no value.