Releases: Chrilleweb/dotenv-diff
Releases · Chrilleweb/dotenv-diff
dotenv-diff@3.1.0
Compare
Sorry, something went wrong.
No results found
Minor Changes
edcf089 : Add "did you mean" typo suggestions for missing keys.
b81c102 : Support nested .env.example files in monorepos.
Patch Changes
44280a7 : Stop flagging config loader variables as unused.
a4db243 : Fix secret detector for false positives
8ca674f : Label Vite loadEnv(...) usage with the new "vite" pattern instead of mislabeling it "sveltekit".
dotenv-diff@3.0.0
Compare
Sorry, something went wrong.
No results found
Major Changes
c310629 : drop support for Node.js 20 - minimum supported version is now Node.js 22
Patch Changes
067f2cd : Fix false positive where URL literals are detected as secrets.
dotenv-diff@2.11.0
Compare
Sorry, something went wrong.
No results found
Minor Changes
353cacf : add --matrix flag to compare 3+ env files side-by-side as a key-presence matrix, auto-discovering all .env* files when none are given
7bae585 : added first class support for nuxt
dotenv-diff@2.10.2
Compare
Sorry, something went wrong.
No results found
Patch Changes
9e73368 : add .env.schema to default env candidates
dotenv-diff@2.10.1
Compare
Sorry, something went wrong.
No results found
Patch Changes
1d5e9d6 : updated commander dependency
dotenv-diff@2.10.0
Compare
Sorry, something went wrong.
No results found
Minor Changes
ec888a7 : add --baseline flag to suppress known issues
Patch Changes
b1c6768 : fix no-env prompt file selection and filename display
dotenv-diff@2.9.1
Compare
Sorry, something went wrong.
No results found
Patch Changes
fdfe46a : adjustet --explain ui
fdfe46a : detects dot notation when line break appears after process.env
fdfe46a : prevent extra blank line when adding missing keys to empty .env files
dotenv-diff@2.9.0
Compare
Sorry, something went wrong.
No results found
Minor Changes
32b1876 : feat: --explain to show a detailed breakdown of a single environment varaible
dotenv-diff@2.8.2
Compare
Sorry, something went wrong.
No results found
Patch Changes
9b315f1 : added bench and .history to default exclude patterns
9e78a12 : added .env.development to common environment files
9b315f1 : added form as an harmless attribute for secret detectors
9b315f1 : fixed ui bug for --list-all flag
9b315f1 : missing warning will now only warn first issue instead of all usages
dotenv-diff@2.8.1
Compare
Sorry, something went wrong.
No results found
Patch Changes
209a7bd : does not include default excludes keys to list-all flag
cfa00e5 : trimmed context for json output
32bb3d5 : added SLOW_MO to default exclude list