Skip to content

todocheck v0.6.0

Compare
Choose a tag to compare
@preslavmihaylov preslavmihaylov released this 09 Oct 08:18
· 6 commits to master since this release
b9fe5d7

Features

  • Added support for Dart source files (#186)
  • Added support for YAML source files (#194)
  • Setup a docker registry for the repo for easier integration into CI (#192)

Bug fixes

  • Exit program when an unrecognized flag is passed (#181)
  • Auth Token Cache overrides tokens passed via an env variable (#175)
  • top-level domains with a dash ("-") were incorrectly considered invalid (#193)
  • Authentication didn't work for JIRA servers prior to v9 (#198)

Breaking Changes

N/A

Internal Improvements

  • Add tests for validating token acquisition instructions (#130)
  • Fix issues with golangci-lint (#187)
  • Added unit tests for some internal packages (#185)