Releases: sters/yaml-diff
Releases · sters/yaml-diff
v1.4.1
v1.4.0
What's Changed
- Bump dependencies:
- Go: 1.21 -> 1.23
- https://github.com/goccy/go-yaml 1.11.3 -> 1.15.6
- https://github.com/stretchr/testify 1.9.0 -> 1.10.0
- Add testcase for #29 and it seems solved by parser.
Full Changelog: v1.3.2...v1.4.0
v1.3.2
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
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
What's Changed
- Add option ZeroAsNull (Fixes: #30) by @dionysius in #31
- Bump github.com/goccy/go-yaml from 1.9.6 to 1.9.8 by @dependabot in #33
New Contributors
- @dionysius made their first contribution in #31
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.2
- Bugfix: fix for lint
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Fixed: The map fields order follows based/target YAML.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
Full Changelog: v0.5.0...v1.0.0