Skip to content

Releases: labd/node-enviconf

v0.7.0

11 Jan 09:44
Compare
Choose a tag to compare

Minor Changes

  • 0b1ab9b: add new decorator-less config style using config() function

v0.6.0

17 Dec 09:59
Compare
Choose a tag to compare

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

13 Aug 06:19
Compare
Choose a tag to compare

Minor Changes

  • 1917c73: Remove support for loading .env files. This should be done separately

v0.4.1

18 Jul 06:02
Compare
Choose a tag to compare

Patch Changes

  • 6fcbab0: Implement the unset flag to delete environment variable after reading

v0.4.0

17 Jul 20:08
Compare
Choose a tag to compare

Minor Changes

  • 477d956: Add support for setting optional env prefix

v0.3.0

17 Jul 19:47
Compare
Choose a tag to compare

Minor Changes

  • effd012: Add optional options to .load() to specifiy path to load .env from

v0.2.1

17 Jul 17:51
Compare
Choose a tag to compare

Patch Changes

  • 97f35ef: Add .boolean and .object to envprop

v0.2.0

14 Jul 06:52
Compare
Choose a tag to compare

Minor Changes

  • 4b22b0a: Simplify API by exporting type decorators

Patch Changes

  • ff3eccf: Make values without default value by default required

v0.1.2

04 Jun 08:39
Compare
Choose a tag to compare

Patch Changes

  • 9006dee: Add dist/ path explicitly

v0.1.1

04 Jun 08:24
Compare
Choose a tag to compare

Patch Changes