Releases: leonardomso/gone
Releases · leonardomso/gone
v0.1.5
v0.1.4
0.1.4 (2026-01-02)
Features
- included new AGENTS.md file and remove old claude file (219587a)
Bug Fixes
- resolve lint issues and remove unused deprecated functions (19ba655)
- resolve lint issues and remove unused deprecated functions (e0d50f2)
Code Refactoring
- remove all deprecated code and simplify parser interface (d5ad068)
v0.1.3
0.1.3 (2026-01-02)
Features
- add MDX support and reorganize markdown parser (bde6e39)
- add multi-format URL checking support (Phase 1) (cee8c08)
- add TOML and XML parser support (e3a7021)
- extend config to support multi-format scanning and checker options (9c57f7e)
Performance Improvements
- optimize parsers with ValidateAndParse and reduce allocations (9f0019b)
Code Refactoring
- reorganize parser into format-specific subpackages (8207bfd)
v0.1.2
v0.1.1
0.1.1 (2026-01-01)
Features
- performance optimizations and test coverage improvements (a33c733)
Performance Improvements
- optimize allocations and reduce hot path overhead (b874fe1)
- optimize performance with new defaults and stats tracking (815db4d)
- optimize struct field alignment for better memory usage (cf51648)
Code Refactoring
- reorganize code for better maintainability (5fd8eb7)
Documentation
- update README with correct defaults and Homebrew availability (8793e45)
Tests
- add comprehensive tests for stats and helpers packages (4f4b3e7)
- improve parser package coverage from 79.9% to 95.1% (0c6fe5f)
Miscellaneous
- add gone-test to gitignore (385c26a)
v0.1.0
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