Skip to content

v0.3.0

Compare
Choose a tag to compare
@Broderick-Westrope Broderick-Westrope released this 12 Jan 12:39
· 45 commits to main since this release

Generated using GoReleaser and automated using GitHub Actions.

Changelog

Features

  • 1861eec feat(traverse): track match reason to avoid checking matches again
  • 29db0b0 feat: add glob filtering
  • 8567776 feat: add json output format
  • 4dac8f6 feat: allow for exclude patterns
  • 23000af feat: first implementation
  • cb7be3d feat: reduce file opens
  • 49a383f feat: separate stdout flag

Bug fixes

  • 4bf2a2d fix(traverse): also match against directory separated root files
  • e298b37 fix(traverse): check directories that may contain matches
  • 227c2a6 fix: handle files-instead-of-dirs scenario correctly
  • 3615eb9 fix: prevent panic when create tree for no paths

Others

  • 5c1817a refactor: cleanup output code
  • 93ec42d refactor: project restructure
  • 573ac9a remove need for output.Generator type