Skip to content

Releases: homeport/dyff

dyff release v1.0.3

11 Aug 21:34
Compare
Choose a tag to compare

Added new command line flag --omit-header (short option is -b, think brief) to omit the dyff banner header with the file names and the summary report.

Thanks to @abourree for bringing up the issue (#105).

dyff release v1.0.2

29 Jan 13:40
131c6d0
Compare
Choose a tag to compare

Fixed wrong indention in output of type changes.

dyff release v1.0.1

13 Jan 21:31
479597f
Compare
Choose a tag to compare

Fixed issue with panic when comparing files that use YAML anchors and aliases.

Fixed wrong indention in lists in lists.

dyff release v1.0.0

10 Jan 21:25
Compare
Choose a tag to compare

First dyff release with the complete re-work of the internal logic to solely rely on Go YAML library v3 Node type. For the library part of dyff, this brings a much cleaner interface for all functions and code simplifications. The command line tool part of dyff mostly benefits from the possibility to have YAML Anchors and Aliases as well as comments natively supported.

dyff version v0.10.3

11 Sep 11:19
Compare
Choose a tag to compare

dyff version v0.10.3

Bumped bunt package version to v1.1.1.

dyff version v0.10.2

01 Jul 11:51
Compare
Choose a tag to compare

dyff version v0.10.2

Switched to new bunt package https://github.com/gonvenience/bunt.

dyff version v0.10.1

05 Jun 18:04
Compare
Choose a tag to compare

dyff version v0.10.1

Fixed issue #38 to deal with lists that look like named-entry lists, but do not have a key that is unique.

dyff version v0.10.0

27 May 11:08
3bec6e6
Compare
Choose a tag to compare

dyff version v0.10.0

Use restructure functions from ytbx package instead of code in dyff project itself.

Bump gonvenience to v1.7.8.

dyff version v0.9.0

11 May 13:38
55f7eaa
Compare
Choose a tag to compare

dyff version v0.9.0

Bump gonvenience package to version 1.7.6, which includes updates for output in Concourse environments.

dyff version v0.8.0

02 Apr 12:04
Compare
Choose a tag to compare

dyff version v0.8.0

First release after transfer of dyff into homeport organization.