Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.4.0] - 2023-03-05

Added

  • #27 Added support for JSON output

Changed

  • Migrated to Github Actions.
  • Expanded test suite to test the JSON output and to ensure author tags are displayed correctly.

[1.3.0] - 2019-10-30

Added

Changed

  • Migrated to go modules.
  • Build releases with goreleaser.

[1.2.0] - 2019-07-22

Fixed

  • #2 Fixed an issue with output being inconsistent between runs. Thanks @reidab!

Changed

  • If the user doesn't specify a directory, use the current directory as a default.
  • Exclude the vendor directories by default.

[1.1.0] - 2017-10-03

Changed

  • Added a max limit to the number of spawned goroutines to prevent trouble when running on large directories.

[1.0.0] - 2017-10-03

  • Initial release