Skip to content

Releases: saschagrunert/go-modiff

v0.5.0

23 Aug 08:16
1d748ab
Compare
Choose a tag to compare

Changes

  • Added unit tests
  • Added lll linter
  • Update Makefile paths
  • Change git-status script

Dependencies

Added

Nothing has changed.

Changed

  • github.com/onsi/ginkgo: v1.6.0 → v1.9.0
  • github.com/onsi/gomega: v1.4.2 → v1.6.0
  • github.com/saschagrunert/ccli: e981d95 → 05e6f25
  • github.com/urfave/cli: 7e49cc2 → 23c8303

Removed

Nothing has changed.

v0.4.0

12 Aug 09:44
272b962
Compare
Choose a tag to compare

Changes

  • Moved to native documentation support of github.com/urfave/cli

Dependencies

Added

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

Changed

  • github.com/onsi/ginkgo: v1.8.0 → v1.6.0
  • github.com/onsi/gomega: v1.5.0 → v1.4.2
  • github.com/urfave/cli: v1.20.0 → 7e49cc2
  • gopkg.in/yaml.v2: v2.2.1 → v2.2.2

Removed

  • github.com/saschagrunert/go-docgen: v0.1.3

v0.3.0

26 Jul 12:29
5e47c24
Compare
Choose a tag to compare

Changes

  • Improve error handling and cleanup
  • Fix working directory retrieval
  • Add documentation (markdown and man page)

Dependencies

Added

  • github.com/cpuguy83/go-md2man: v1.0.10
  • github.com/russross/blackfriday: v1.5.2
  • github.com/saschagrunert/go-docgen: v0.1.3

Changed

  • github.com/onsi/ginkgo: v1.6.0 → v1.8.0
  • github.com/onsi/gomega: v1.4.2 → v1.5.0

Removed

Nothing has changed.

v0.2.0

16 Jul 12:33
2c10f5f
Compare
Choose a tag to compare

Changes

  • Fix typo ref → rev
  • Switch to github.com/saschagrunert/ccli

Dependencies

Added

  • github.com/saschagrunert/ccli: e981d95

Changed

  • github.com/fatih/color: v1.6.0 → v1.7.0
  • github.com/mattn/go-colorable: v0.0.9 → v0.1.2
  • github.com/mattn/go-isatty: v0.0.3 → v0.0.8

Removed

Nothing has changed.

v0.1.0

15 Jul 15:23
54713ee
Compare
Choose a tag to compare
  • Initial release