Releases: labd/node-enviconf
Releases · labd/node-enviconf
v0.7.0
Minor Changes
- 0b1ab9b: add new decorator-less config style using
config()
function
v0.6.0
Minor Changes
- 875430c: Add support to use without decorators by implementing a static method
configure()
which calls registerProperty()
with the options instead
v0.5.0
Minor Changes
- 1917c73: Remove support for loading .env files. This should be done separately
v0.4.1
Patch Changes
- 6fcbab0: Implement the unset flag to delete environment variable after reading
v0.4.0
Minor Changes
- 477d956: Add support for setting optional env prefix
v0.3.0
Minor Changes
- effd012: Add optional options to .load() to specifiy path to load .env from
v0.2.1
Patch Changes
- 97f35ef: Add .boolean and .object to envprop
v0.2.0
Minor Changes
- 4b22b0a: Simplify API by exporting type decorators
Patch Changes
- ff3eccf: Make values without default value by default required