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.
- #27 Added support for JSON output
- Migrated to Github Actions.
- Expanded test suite to test the JSON output and to ensure author tags are displayed correctly.
- #3 Added support for LaTeX comments. Thanks @xarantolus!
- Migrated to go modules.
- Build releases with goreleaser.
- If the user doesn't specify a directory, use the current directory as a default.
- Exclude the vendor directories by default.
- Added a max limit to the number of spawned goroutines to prevent trouble when running on large directories.
- Initial release