Skip to content

Latest commit

 

History

History
96 lines (49 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

96 lines (49 loc) · 4.84 KB

Changelog

2.0.1 (2022-06-09)

Bug Fixes

  • Do not throw errors until validateEnvVars is called 8afa07d - Darin Spivey

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.

1.1.0 (2021-04-16)

Features

  • expose a list type 19b5c0d - Eric Satterwhite

Miscellaneous

  • add @esatterwhite as a contributor a8012ac - Eric Satterwhite

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

2021-02-11, Version 1.0.4 (Stable)

  • [464835d214] - fix: Change branch to main and add contributors (Darin Spivey)

2020-10-30, Version 1.0.3 (Stable)

2020-10-16, Version 1.0.2 (Stable)

2020-10-02, Version 1.0.1 (Stable)

2020-10-01, Version 1.0.0 (Stable)

  • [ee130ccbab] - (SEMVER-MAJOR) package: Open source the env config package (Darin Spivey) LOG-7311