Skip to content

Tags: homeport/dyff

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
HeavyWombat Matthias Diester
Refactor message to fix misspell finding

Refactor message of diff matcher to get rid of misspell finding.

v1.7.1

Toggle v1.7.1's commit message
Fix dash quotation issue

Ref: #342

Make sure to quote if string is just a dash by updating the neat version.

v1.7.0

Toggle v1.7.0's commit message
Use Ginkgo version from modules

Use `go run` for Ginkgo to exactly run the expected module version.

v1.6.0

Toggle v1.6.0's commit message
Add test case where from or to is null

Add test case to check branch that deals with changes where one of the
from or to item is null.

v1.5.8

Toggle v1.5.8's commit message
Bump to neat release `v1.3.12`

Fixes #309

v1.5.7

Toggle v1.5.7's commit message
Remove `snap` target for now

It makes more trouble than it is useful at the moment. Removing support for `snap`.

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.