- Nested object support! If you've always wanted to add more than one separator to your environment variable names,
vne
can handle it.- Integrated
deepmerge
and its dependency to enable this (didn't wish to have additional dependencies to install).
- Integrated
- Added default and named exports.
- Added additional tests.
- Streamline/updated README.
vne
is written in TypeScript and has tests.vne
learned to fail gracefully. Developers see a nicely formatted message in their console aboutvne
not being able to locate their environment file.vne
must be called as a function. So,console.log(vne());
versusconsole.log(vne);
previously.vne
supports a middle dot (·
) for namespacing in one's environment file.