Releases: apisquare/envone
Releases · apisquare/envone
Release v0.6.0
Added key features:
- Included
provided
attribute with user-provided environment keys to config response - Implemented required environment key feature to prevent from starting the server without proper environment keys. (#11)
- More bug fixes
Release v0.5.0
- Introduced secrets indication feature with
.env.config
- Wrapped the return content from the config method with
parsed
key - Code fixes
Release v0.4.0
Added key features:
- Add feature to export user-defined environment variables
- Code refactor and added more test cases
Release v0.2.0
Added changes,
- Added
DEFAULT
key feature for undefined environments - Covered with more test cases
- Updated Docs.
EnvOne - Initial release v0.1.0
EnvOne is a zero-dependency module that loads dynamic environment configurations from a .env.config file, and process it as environment variables into process.env. "Reduce your environment variables!"
- Added implementation to load
.env.config
with proper values - Added support to override the
.env.config
environment values with default env-Values - Added custom options (path and debug)