Skip to content

Releases: homeport/dyff

dyff release v1.12.0

26 Apr 20:41

Choose a tag to compare

What's Changed

  • Omit YAML document start marker for single-document output by @HeavyWombat in #639

Full Changelog: v1.11.4...v1.12.0

dyff release v1.11.4

25 Apr 21:47

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/lucasb-eyer/go-colorful from 1.3.0 to 1.4.0 by @dependabot[bot] in #624
  • build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #625
  • build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #626
  • build(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 by @dependabot[bot] in #627
  • build(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #628
  • build(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 by @dependabot[bot] in #629
  • build(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 by @dependabot[bot] in #630
  • build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by @dependabot[bot] in #632
  • build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot[bot] in #631
  • build(deps): bump golang.org/x/tools from 0.43.0 to 0.44.0 by @dependabot[bot] in #633
  • build(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #634
  • Bump github.com/gonvenience/ytbx to v1.5.0 by @HeavyWombat in #637

Full Changelog: v1.11.3...v1.11.4

dyff release v1.11.3

17 Mar 13:34

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #614
  • build(deps): bump go.yaml.in/yaml/v2 from 2.4.3 to 2.4.4 by @dependabot[bot] in #616
  • build(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 by @dependabot[bot] in #615
  • build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 by @dependabot[bot] in #617
  • build(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 by @dependabot[bot] in #618
  • build(deps): bump golang.org/x/term from 0.40.0 to 0.41.0 by @dependabot[bot] in #619
  • build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 by @dependabot[bot] in #620
  • build(deps): bump golang.org/x/tools from 0.42.0 to 0.43.0 by @dependabot[bot] in #621
  • Switch to github.com/mitchellh/hashstructure/v2 by @HeavyWombat in #622
  • Add test case for empty document not being read correctly by @HeavyWombat in #623

Full Changelog: v1.11.2...v1.11.3

dyff release v1.11.2

01 Mar 16:10

Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.11.2

dyff release v1.11.1

01 Mar 09:57

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

dyff release v1.11.0

28 Feb 21:49

Choose a tag to compare

What's Changed

Thanks

Full Changelog: v1.10.5...v1.11.0

dyff release v1.10.5

22 Feb 13:01

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 by @dependabot[bot] in #599
  • build(deps): bump golang.org/x/mod from 0.32.0 to 0.33.0 by @dependabot[bot] in #601
  • build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in #598
  • build(deps): bump golang.org/x/tools from 0.41.0 to 0.42.0 by @dependabot[bot] in #600
  • refactor: extract Colorizer interface for pluggable diff coloring by @peterdeme in #604

New Contributors

Full Changelog: v1.10.4...v1.10.5

dyff release v1.10.4

09 Feb 09:54

Choose a tag to compare

What's Changed

  • build(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #584
  • build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #586
  • build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by @dependabot[bot] in #587
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 by @dependabot[bot] in #585
  • build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 by @dependabot[bot] in #588
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 by @dependabot[bot] in #591
  • build(deps): bump golang.org/x/mod from 0.31.0 to 0.32.0 by @dependabot[bot] in #592
  • build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in #590
  • build(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 by @dependabot[bot] in #593
  • build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in #589
  • build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 by @dependabot[bot] in #594
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 by @dependabot[bot] in #595
  • Unify Go YAML import names. by @HeavyWombat in #597

Full Changelog: v1.10.3...v1.10.4

dyff release v1.10.3

24 Dec 14:51

Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #522
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.24.0 by @dependabot[bot] in #523
  • build(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in #524
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.24.0 to 2.25.1 by @dependabot[bot] in #528
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #532
  • build(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.2 by @dependabot[bot] in #533
  • build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #535
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 by @dependabot[bot] in #536
  • build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in #537
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 by @dependabot[bot] in #539
  • build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #538
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #540
  • build(deps): bump github.com/lucasb-eyer/go-colorful from 1.2.0 to 1.3.0 by @dependabot[bot] in #543
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 by @dependabot[bot] in #548
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 by @dependabot[bot] in #557
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 by @dependabot[bot] in #559
  • build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #562
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #568
  • build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #569
  • build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 by @dependabot[bot] in #571
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 by @dependabot[bot] in #576
  • build(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #581
  • Fix build linter warning and update dependencies by @HeavyWombat in #582
  • fix: Deterministic sort list in output to avoid random order by @tonur in #527
  • Add test case for issue 525 by @HeavyWombat in #583
  • docs(README): add mise alternative method installation by @jylenhof in #579

New Contributors

Full Changelog: v1.10.2...v1.10.3

dyff release v1.10.2

10 Aug 20:16
10b4f36

Choose a tag to compare

What's Changed

4dc536f Fix new --use-indent-lines wiring in code
2ea2b63 Fix typos
7837615 doc: Add packaging status, document FreeBSD install
b8589b3 feat: add flag for useIndentLines
56b69a3 feat: allow disabling indent lines

New Contributors

Full Changelog: v1.10.1...v1.10.2