Skip to content

Releases: saschagrunert/go-modiff

v1.0.2

14 May 07:46
f7f97cd
Compare
Choose a tag to compare

Changes

  • Updated dependencies

Dependencies

Added

Nothing has changed.

Changed

  • github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
  • github.com/onsi/gomega: v1.9.0 → v1.10.0
  • github.com/sirupsen/logrus: v1.5.0 → v1.6.0
  • k8s.io/release: 29b1cd9 → v0.3.1

Removed

  • github.com/kylelemons/godebug: v1.1.0

v1.0.1

24 Apr 10:36
0c88b20
Compare
Choose a tag to compare

Changes

  • Make internal library public

v1.0.0

01 Apr 13:52
355bb50
Compare
Choose a tag to compare

Changes

  • Update all dependencies
  • Use config structure for API

v0.12.0

08 Dec 13:05
5a163a4
Compare
Choose a tag to compare

Changes

  • Fix broken unit tests including coverage
  • Update docs to include short arguments
  • Fix command line short arguments broken by the switch to urfave/cli v2

v0.11.0

08 Dec 12:57
f81f2d8
Compare
Choose a tag to compare

Changes

  • Remove vendored golangci-lint dependency

v0.10.0

08 Dec 12:44
26a1ff2
Compare
Choose a tag to compare

Changes

  • Update to urfave/cli v2
  • Bump dependencies

v0.9.0

13 Sep 15:00
5f9f5c0
Compare
Choose a tag to compare

Changes

  • Add comment about funlen linter
  • Bump github.com/urfave/cli from 1.22.0 to 1.22.1
  • Fix incorrect version number
  • Allow short option handling usage

Dependencies

Added

  • github.com/cpuguy83/go-md2man/v2: f79a8a8
  • github.com/russross/blackfriday/v2: v2.0.1
  • github.com/shurcooL/sanitized_anchor_name: v1.0.0

Changed

Removed

  • github.com/cpuguy83/go-md2man: v1.0.10
  • github.com/russross/blackfriday: v1.5.2

v0.8.0

11 Sep 09:45
ec082f1
Compare
Choose a tag to compare
  • Link only GitHub URLs
  • Sanitaze +incompatible go versions

v0.7.0

11 Sep 09:31
7fca36f
Compare
Choose a tag to compare

Changes

  • Add debug output possibility via --debug, -d
  • Add static build support
  • Fix typo in test framework
  • Add fish shell completion support

Dependencies

Added

  • github.com/ultraware/funlen: v0.0.1
  • golang.org/x/xerrors: a985d34

Changed

  • github.com/OpenPeeDeeP/depguard: a69c782 → v1.0.0
  • github.com/golangci/go-tools: af6baa5 → e32c541
  • github.com/golangci/golangci-lint: v1.17.1 → v1.18.0
  • github.com/onsi/ginkgo: v1.9.0 → v1.10.1
  • github.com/onsi/gomega: v1.6.0 → v1.7.0
  • github.com/pkg/errors: v0.8.0 → v0.8.1
  • github.com/timakin/bodyclose: 4a873e9 → 87058b9
  • github.com/urfave/cli: 23c8303 → v1.22.0
  • golang.org/x/net: 9f648a6 → 3b0461e
  • golang.org/x/tools: 521d6ed → 5b82db0

Removed

  • github.com/shurcooL/httpfs: 8d4bc4b
  • github.com/shurcooL/vfsgen: 6a9ea43

v0.6.0

23 Aug 11:30
6472551
Compare
Choose a tag to compare
  • Add linking support (--link, -l)
  • Improve clone performance by shallow fetching