Skip to content

Releases: StatelessStudio/ts-appconfig

[1.2.0]

29 Mar 11:12
911dabe
Compare
Choose a tag to compare

Additions

  • [Issue #12] Add option to prevent reading from process.env
  • [Issue #11] Add support for relative & absolute filepaths

[1.1.1]

04 Mar 13:54
0e248fc
Compare
Choose a tag to compare

Fixes

  • [Issue #8] .env file variables which are not assigned a value should be skipped
  • [Issue #7] Readme imports are relative instead of from npm package

[1.1.0]

11 Feb 11:58
2b4896f
Compare
Choose a tag to compare

Additions

  • [Issue #5] Add readme section for options
  • [Issue #2] Add option to disable overwriting process.env
  • Typescript Template v2

Fixes

  • [Issue #4] TypeError: Cannot read properties of undefined (reading 'includes') when variable is not defined
  • [Issue #3] refval.includes is not a function when referencing non-string variable

v1.0.0

19 Jan 23:34
37338f0
Compare
Choose a tag to compare

[1.0.0]

Initial Release