Skip to content

Releases: sters/yaml-diff

v1.3.2

01 Mar 13:55
92a7f37
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/goccy/go-yaml from 1.11.0 to 1.11.2 by @dependabot in #47
  • Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.1 by @dependabot in #49

Full Changelog: v1.3.1...v1.3.2

v1.3.1

04 Sep 03:18
3e91579
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Sep 02:03
7b719e5
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.1 by @dependabot in #34
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #36
  • Bump github.com/golangci/golangci-lint from 1.51.1 to 1.51.2 by @dependabot in #35
  • Bump github.com/golangci/golangci-lint from 1.51.2 to 1.52.2 by @dependabot in #39
  • Bump github.com/goccy/go-yaml from 1.9.8 to 1.11.0 by @dependabot in #40
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #41
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #43
  • Bump github.com/golangci/golangci-lint from 1.52.2 to 1.54.2 by @dependabot in #46

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Feb 12:58
80144e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Nov 14:50
a2ffbae
Compare
Choose a tag to compare
  • Added DoOptionFunc and EmptyAsNull()
    • That will mark as the same between empty fields and missing fields. #27

Full Changelog: v1.0.2...v1.1.0

v1.0.2

27 Sep 16:25
a51fb99
Compare
Choose a tag to compare
  • Bugfix: fix for lint

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Sep 16:05
2cf5a76
Compare
Choose a tag to compare
  • Fixed: The map fields order follows based/target YAML.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Sep 14:53
0324d10
Compare
Choose a tag to compare

What's Changed

  • Renewal diff logic.
    • Root logic is the same (choose minimum diff) but more calculating diff deeply.
    • Before, it was dumped to string and calculate text diff. But now, it compares each value to each value.
  • Renewal presenter.
    • Now, the yaml-diff command result shows yaml syntax! You can understand which has the diff easily.

New Contributors

  • @sters made their first contribution in #23

Full Changelog: v0.5.0...v1.0.0

v0.5.0

29 Aug 13:11
e3b6a55
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/goccy/go-yaml from 1.8.10 to 1.9.2 by @dependabot in #4
  • Bump github.com/golangci/golangci-lint from 1.41.1 to 1.42.0 by @dependabot in #5
  • Bump github.com/golangci/golangci-lint from 1.42.0 to 1.42.1 by @dependabot in #7
  • Bump github.com/goccy/go-yaml from 1.9.2 to 1.9.3 by @dependabot in #6
  • Bump github.com/goccy/go-yaml from 1.9.3 to 1.9.4 by @dependabot in #8
  • Bump github.com/golangci/golangci-lint from 1.42.1 to 1.43.0 by @dependabot in #9
  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #11
  • Bump github.com/goccy/go-yaml from 1.9.4 to 1.9.5 by @dependabot in #10
  • Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 by @dependabot in #12
  • Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 by @dependabot in #13
  • Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 by @dependabot in #14
  • Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 by @dependabot in #15
  • Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #16

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Jul 01:10
Compare
Choose a tag to compare

Changelog

0360d9f Merge branch 'master' of github.com:sters/yaml-diff