v2.0.2 - Adds --strict (fail build on undocumented/unused, not just missing), --suggest (fuzzy-match typo suggestions for missing vars), and .envscanignore (global ignore file, gitignore-style)
give me line or realse note GitHub markdown
v2.0.2
Adds --strict, --suggest, and .envscanignore.
--strict — fails the build on undocumented and unused vars too, not just missing
--suggest — fuzzy-matches missing vars against .env.example and suggests the closest name (e.g. "Did you mean DB_URL instead of DATABASE_URL?")
.envscanignore — a .gitignore-style file for globally ignored variable names/patterns, merged with the config file's ignore array
Full Changelog: v2.0.1...v2.0.2