# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2026-01-15

### Added
- Initial release
- Metro bundle parser for React Native bundles
- Dependency analyzer with package-by-package breakdown
- Duplicate package detection
- Smart optimization suggestions engine
- Beautiful CLI output with progress bars and colors
- Interactive web-based treemap visualization
- Multiple export formats (JSON, HTML, Markdown, CSV)
- Programmatic API for Node.js integration
- Auto-detection of bundle files
- Support for both iOS and Android platforms
- CI/CD integration support
- Comprehensive test suite
- Full TypeScript support

### Features
- Analyze bundle sizes and composition
- Identify optimization opportunities
- Detect duplicate dependencies
- Generate beautiful reports
- Interactive web dashboard
- Command-line interface
- Export analysis data in multiple formats
