Skip to content

Releases: guerinoni/notag

v1.0.0

19 Jul 21:45
560b84e

Choose a tag to compare

  • chore: rename config-> Setting
  • feat: expose ctor with config for analyzer
  • fix: use Go 1.23
  • doc: update readme
  • feat: support deny for pkg path
  • fix: little optimization using SplitSeq
  • chore: ignore binary output of build process
  • fix: use any instead of interface{}
  • doc: adjust typo
  • doc: add readme
  • ci: create workflow for testing
  • feat: allow to specify denied tags for pkg name
  • fix: use flag name denied instead of denied-tags
  • test: add case of struct with no tags
  • fix: skip if field does not contain tags section
  • feat: implement deny tag globally