Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 858 Bytes

2022.03.09

  • 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).
  • Added default and named exports.
  • Added additional tests.
  • Streamline/updated README.

2020.04.05

  • vne is written in TypeScript and has tests.
  • vne learned to fail gracefully. Developers see a nicely formatted message in their console about vne not being able to locate their environment file.
  • vne must be called as a function. So, console.log(vne()); versus console.log(vne); previously.
  • vne supports a middle dot (·) for namespacing in one's environment file.