Skip to content

v0.0.45 - Enhanced Diff Modes Selection

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

🎯 Highlights

  • Mode Selection: New -m/--mode flag for precise diff comparisons
  • Breaking: Removed auto-detection in favor of explicit modes
  • CLI Updates: Enhanced help text with mode-specific examples

🔍 Details

Mode Selection

  • Added -m/--mode flag with three options:

Breaking Changes

  • Removed automatic commit mode detection
  • Required explicit mode selection via -m flag

CLI Improvements

  • Added mode-specific examples in help text
  • Updated command syntax documentation
  • Clarified diff notation differences

🛠 Technical Changes

  • Changed JSDoc to include new mode options
  • Updated CLI option handling
  • Added mode explanation in help text

📦 Dependencies

No changes