Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
motdotla pushed 2 commits to main dotenvx/dotenvx
motdotla pushed 3 commits to main dotenvx/dotenvx
motdotla created a comment on an issue on dotenvx/dotenvx
releasing with next patch or minor version
motdotla closed an issue on dotenvx/dotenvx
Missing type for `ignore` option
In #485 the `src/lib/main.d.ts` was not updated, so I get a type error when using: ```js import { config } from '@dotenvx/dotenvx' config({ ignore: 'MISSING_ENV_FILE' }) ```motdotla pushed 2 commits to main dotenvx/dotenvx
motdotla closed a pull request on dotenvx/dotenvx
fix: add missing types for config options
close: https://github.com/dotenvx/dotenvx/issues/489motdotla created a branch on dotenvx/dotenvx
set-back - a better dotenv–from the creator of `dotenv`
motdotla created a comment on an issue on dotenvx/dotenvx
i considered that, but decided against it for two reasons: 1. symmetry: using `require.config(envKeysFile:)` doesn't fit the `cwd` approach well - since that file is nested in a monorepo and the...
motdotla created a comment on an issue on dotenvx/dotenvx
thanks for catching this! fix going out as `1.30.1` https://github.com/dotenvx/dotenvx/pull/490
motdotla closed an issue on dotenvx/dotenvx
BUG: combining variable expansion with command substitution
Combining two of the examples from the "Advanced" section of the documentation results in unexpected behaviour: #### NOT WORKING ```ini # .env FILENAME=$(echo demo.txt) DEMO_CONTEN...motdotla pushed 3 commits to main dotenvx/dotenvx
motdotla closed a pull request on dotenvx/dotenvx
support complex command substitution combining variable expansion
https://github.com/dotenvx/dotenvx/issues/488motdotla opened a pull request on dotenvx/dotenvx
support mixing prior-referencing evaluation and expansion
motdotla created a branch on dotenvx/dotenvx
smarter-eval - a better dotenv–from the creator of `dotenv`