Skip to content

Releases: apisquare/envone

Release v0.6.0

29 Aug 16:22
Compare
Choose a tag to compare

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

28 Jul 15:10
dd38792
Compare
Choose a tag to compare
  • Introduced secrets indication feature with .env.config
  • Wrapped the return content from the config method with parsed key
  • Code fixes

Release v0.4.0

20 Jul 16:04
Compare
Choose a tag to compare

Added key features:

  • Add feature to export user-defined environment variables
  • Code refactor and added more test cases

Release v0.2.0

29 Jun 03:40
Compare
Choose a tag to compare

Added changes,

  • Added DEFAULT key feature for undefined environments
  • Covered with more test cases
  • Updated Docs.

EnvOne - Initial release v0.1.0

28 Jun 17:29
Compare
Choose a tag to compare

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)