Skip to content

Releases: denis-tingaikin/go-header

v0.5.0

25 Feb 16:17
Compare
Choose a tag to compare

What's Changed

  • Updated go version to v1.21
  • Updated all deps
  • Implement fixer by @firelizzard18 in #36
  • Fix skipping files that were not modified in the current calendar year by @denis-tingaikin in #39

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

23 Feb 19:17
663afa4
Compare
Choose a tag to compare

What's Changed

  • Fix typos in README.md by @bessbd in #7
  • Update logrus to the latest 1.8.1, also add .github/dependabot.yml. by @iredmail in #10
  • Fix typo in go.mod by @iknite in #13
  • s/denis-tingajkin/denis-tingaikin references by @jacobbednarz in #20
  • Bump github.com/stretchr/testify from 1.5.1 to 1.7.0 by @dependabot in #16
  • Update go version to v 1.17 03fffdd
  • Fix issue with year-range value and complex values 86ca882
  • Reduce extra go.mod dependecies 4dabd98

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 Dec 09:45
Compare
Choose a tag to compare

Release notes

  • Uses iso timestamp format for git-based projects.
  • Fixed issue with the location of issues (they had ignored the offset of comment beginning ).

v0.4.1

27 Dec 15:57
Compare
Choose a tag to compare

Release notes

  • Fixed #6
  • Added built-in value: year, year-range that could help to validate headers year. #5
  • Added feature to do not run go-header on files that were not modified in this year.

go-header linter v0.3.1

07 Jun 07:52
Compare
Choose a tag to compare

Release notes

Fixed bug with multiline comments and value name matching f9e53eb
Changed config name f9e53eb

go-header linter v0.3

22 May 13:54
Compare
Choose a tag to compare
go-header linter v0.3 Pre-release
Pre-release

New features

  • Added possible to declare values via config file.
  • Added support for regexp pattern.
  • Simplification of go-header linter tool.

go-header linter v0.2.2

23 Jan 19:38
Compare
Choose a tag to compare
Pre-release

Release notes

Fixed bug with analyzing not existing source file 56a3c0f

go-header linter v0.2.1

21 Jan 06:10
a1fbdb7
Compare
Choose a tag to compare
Pre-release

This is a bug fix release.

Release notes

  1. Fixed bug with excluding a list of patterns: ff226e3
  2. Fixed bug with copyright holders with a dot: 30f84ad

go-header linter v0.2.0

03 Jan 14:02
Compare
Choose a tag to compare
Pre-release

This is the second release of go-header linter.

Release notes

  1. Fixed bugs e098785
  2. Fixed example.yaml 10d4d36
  3. Added separator for multi patterns 2f1ee64 to simplify templates.
  4. Added support for list of regular expressions aff7a19

go-header linter v0.1.0

13 Oct 16:43
Compare
Choose a tag to compare
Pre-release

This is the very first release of go-header linter. Provides basic tested functionality for checking copyright headers for projects.