Skip to content

v0.2.0

Choose a tag to compare

@christso christso released this 02 Mar 10:50
· 20 commits to main since this release

🚀 Features

  • Single-Pass Diff Generation: RepoDiff now uses a single git diff command to process all changes, significantly improving efficiency and performance, especially for large repositories.
  • Enhanced Configuration with Filters: The config.json has been updated to use a more flexible filters array. This allows for rule-based processing of diffs based on file patterns.

🐛 Bug Fixes

  • n/a

🧰 Maintenance

  • Improved Performance: The single-pass approach reduces the number of Git commands executed, leading to faster diff generation.
  • Simplified Architecture: The codebase is simplified by consolidating diff generation into a single pass with post-processing, making it more maintainable.