Skip to content

v0.0.46 - Cancel Multiple Diff Format Options

Latest
Compare
Choose a tag to compare
@bayuagpr bayuagpr released this 15 Nov 09:41
· 2 commits to master since this release

🎯 Highlights

Simplified Diff Output

  • Removed multiple diff format options (traditional, unified, side-by-side)
  • Standardized on default git diff format
  • Removed unused format flags and configurations

CLI Changes

  • Removed -f, --format flag
  • Updated help text and examples
  • Removed unused isCommitHash() helper function

SDK Changes

  • Simplified getFileDiff() API in GitUtils
  • Removed format-related parameters from GitLoomDiff class
  • Streamlined configuration options

🗑️ Removed Features

  • Side-by-side diff view
  • Unified diff format (-U3)
  • Custom diff width settings

📝 Migration

No migration needed. All diffs will now use git's default format.

📦 Dependencies

No changes