All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.3 - 2024-12-14
- Package name in setup.py set to 'src' for proper module organization
0.1.2 - 2024-12-14
- Package import structure to properly expose modules
- Added package data configuration
- Disabled zip_safe to ensure proper module loading
0.1.1 - 2024-12-14
- Package import structure to work with current src/ layout
- CLI entry point path
- Package discovery configuration
0.1.0 - 2024-12-14
- Initial release of repominify
- Core functionality for processing Repomix output
- Graph-based code structure analysis
- Multiple output formats (GraphML, JSON, YAML, Text)
- Automatic dependency management for Node.js and npm
- Size optimization with comparison statistics
- Security pattern detection
- Comprehensive logging and debug support
- Command-line interface and Python API
- End-to-end test suite
- GitHub Actions for automated PyPI publishing
- Renamed package from repo-minify to repominify
- Restructured project to use src/ directory layout
- Updated package metadata and documentation