Releases: guerinoni/notag
Releases · guerinoni/notag
v1.0.0
- 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
deniedinstead ofdenied-tags - test: add case of struct with no tags
- fix: skip if field does not contain tags section
- feat: implement deny tag globally