ts-appconfig
Version:
Strongly Typed DotENV - Environment Variables
27 lines (18 loc) • 751 B
Markdown
# ts-appconfig
## [1.2.0]
### Additions
- [Issue #12] Add option to prevent reading from process.env
- [Issue #11] Add support for relative & absolute filepaths
## [1.1.1]
### 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]
### 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
## [1.0.0] Initial Release