Skip to content

v0.1.0

Choose a tag to compare

@leonardomso leonardomso released this 01 Jan 13:36
· 55 commits to master since this release

Changelog

  • 40af49c Initial commit
  • c24b988 Merge pull request #1 from leonardomso/feat/start
  • 529a7f4 chore(lint): add modernize linter and apply Go 1.21+ idioms
  • 1d1c69c chore: add gone binary to gitignore
  • e53ec63 chore: add opencode config and claude project context
  • aa33fee feat(checker): add redirect following, deduplication, and enhanced status categories
  • 3a8b57d feat(filter): add URL ignore patterns with domain, glob, and regex support
  • 4bfacfa feat(fix): add gone fix command to auto-update redirect URLs
  • 9359b62 feat(output): add multi-format output support (JSON, YAML, XML, JUnit, Markdown)
  • 797abfa feat(parser): add line number tracking for URLs
  • b431056 feat(parser): replace regex with goldmark for markdown-aware link extraction
  • 5c8fb68 feat: implement dead link detector CLI with interactive TUI
  • 33bcb9f refactor(checker): improve performance with worker pool and add golangci-lint config
  • ce7894b refactor(ui): extract TUI into modular internal/ui package