Releases: logdna/env-config-node
Releases · logdna/env-config-node
v2.0.1
v2.0.0
2.0.0 (2022-06-09)
Bug Fixes
- Correct boolean test to not use
required
6f730aa - Darin Spivey
Code Refactoring
- A value of empty string should apply the default value 1c93bba - Darin Spivey
Features
- allowEmpty() will allow '' to be a valid value f46bb1d - Darin Spivey
Miscellaneous
- CI test with newer versions of node bb2482e - Darin Spivey
- eslint-config-logdna@6.1.0 c48ec52 - Darin Spivey
- tap@16.2.0 ec66875 - Darin Spivey
Style
- Give custom errors their own files 59c3811 - Darin Spivey
BREAKING CHANGES
- This change affects the way that default values
are assigned, and the default value will now be used if the
env var's value is ''. Also, using.required()
and.default()
in the same definition will now result in a mutex error.
v1.1.0
v1.0.5
1.0.5 (2021-02-16)
Bug Fixes
- Replace .npmignore with
files
whitelist b0f3e68 - Darin Spivey
Miscellaneous
- add @darinspivey as a contributor 4c79cd0 - Darin Spivey
- add @evanlucas as a contributor 9f923ab - Darin Spivey
- add @jakedipity as a contributor 7d56f16 - Darin Spivey
- eslint-config-logdna@4.0.2 d73e31d - Darin Spivey
- Install and use semantic release b93ddfc - Darin Spivey