Releases: KurtWeston/env-diff
Releases · KurtWeston/env-diff
env-diff v1.0.0
🚀 env-diff v1.0.0 - Initial Release
We're excited to announce the first stable release of env-diff, a powerful CLI tool for comparing environment files and catching configuration issues before they reach production!
✨ Key Features
- Smart .env File Parsing - Handles comments, blank lines, quoted values, and special characters
- Comprehensive Diff Analysis - Detects missing variables, extra variables, and value mismatches
- Color-Coded Output - Red for missing, yellow for extra, green for matching variables
- Line Number Tracking - Shows exact source file locations for each variable
- CI/CD Ready - Non-zero exit codes when differences are detected
- Flexible Comparison - Compare any two env files, not just .env and .env.example
- Comment Preservation - Displays inline comments from your env files
- Summary Statistics - Get quick insights with total counts and difference summaries
- Robust Parsing - Correctly ignores commented-out variables (lines starting with #)
- Production Ready - Includes comprehensive test coverage