Skip to content

v0.0.43 - Initial Public Release 🚀

Compare
Choose a tag to compare
@bayuagpr bayuagpr released this 12 Nov 10:48
· 9 commits to master since this release

🎉 First Public Release

This marks our first public release of GitLoom Diff - a tool for generating beautiful, markdown-formatted git diffs with syntax highlighting and statistics.

🔍 What's Changed

  • Initial codebase setup with core functionality
  • Added comprehensive JSDoc documentation across all core modules
  • Implemented CLI interface with detailed options
  • Added dark/light mode theming support
  • Built-in exclusion patterns for common files

📝 Key Features

  • Generate markdown-formatted git diffs
  • Syntax highlighting support
  • File change statistics
  • Commit history tracking
  • Configurable exclusion patterns
  • Dark/light mode themes
  • Navigation between diff files

🛠 Technical Details

  • Added complete JSDoc documentation
  • Standardized error handling
  • Clean code organization
  • Type annotations throughout
  • Improved date formatting in outputs

📦 Requirements

  • Node.js >= 18
  • Git installed and configured

🔄 Dependencies

📋 Getting Started

npm install -g gitloom-diff

For usage instructions, see the README.