Skip to content

Releases: danjdewhurst/go-toc

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 21:08

Changelog

  • 5cf2f66 Add anchor link generation to TOC entries
  • 0a41cfd Add automatic nested .gitignore support
  • c372bad Add context/cancellation support to worker pool
  • 5ad6255 Eliminate redundant directory walks with ScanWithFiles()
  • 2cb0977 Fix bracket matching to handle escaped characters
  • 3336895 Fix path format inconsistency in scanner and summaries
  • 1f93495 Fix race condition in TestPoolDoubleClose
  • eba6ac2 Fix worker pool race condition and double-close risk
  • f0476e3 Improve ** glob pattern matching with recursive algorithm
  • ff914a1 Improve codebase based on comprehensive review
  • 35370ff Optimize markdown parser to O(n) for link and formatting removal
  • 9a291e5 Remove unused GenerateSimple() method
  • 4cbeeb1 Simplify ASCII prefix management in generator

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 22:51

Changelog

  • 67b2dee Add AI agent context use case to README
  • 7702812 Add one-liner install commands for all platforms
  • 53b6fa7 Revamp README with badges and cleaner structure

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 22:42

Changelog

  • 183f924 Add --fancy flag for emoji output

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 22:38

Changelog

  • 66b4626 Fix Go version for golangci-lint compatibility
  • d7b689e Fix lint errors: check error return values
  • 522918e Initial commit: go-toc CLI tool