# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2026-06-01

### Features

- First public release of repo-stats
- GitHub repository stats (stars, forks, watchers, language, license, size, topics)
- Recent issues list with 7-day and 30-day activity windows
- Recent PRs list with open/merged/closed counts and throughput metrics
- Releases list with latest version and average cadence in days
- Top contributors ranked by total contribution count
- Three output formats: terminal table (default), JSON, and Markdown
- Accepts owner/repo shorthand, full HTTPS URLs, and SSH URLs
- Optional `GITHUB_TOKEN` / `GH_TOKEN` authentication to lift rate limits
- Programmatic API (`fetchRepoStats`, `buildSummary`, `renderTable`)
