Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

64 lines (32 loc) · 2.84 KB

Changelog

1.0.2 (2024-08-17)

Miscellaneous Chores

1.0.1 (2023-04-14)

Bug Fixes

  • Allow secrets overrides to omit keys (b3cf800)

1.0.0 (2023-04-14)

Miscellaneous Chores

1.0.0-alpha.2 (2023-04-14)

Features

  • defaulted.secrets for easier mandatory secrets (a7dc5f3)
  • Stricter validation of keys (092bcca)

Bug Fixes

  • Ensure ENVIRONMENT is always returned (9842ada)

Miscellaneous Chores

1.0.0-alpha (2023-03-30)

Features

  • Cast booleans (a00c0b0)
  • Cast numbers based on default types (8791182)
  • Include ENVIRONMENT (a1c03ab)
  • Make config readonly, prevent access of undefined keys (d858850)
  • Merge env with defaults, overrides (fd2313f)
  • Throw if override set to undefined is not found in the matching ENVIRONMENT (da22d80)
  • Validate Boolean casting (67e47c0)
  • Validate Number casting (350483d)

Bug Fixes

  • Reliably throw on assignment (824cc35)

Miscellaneous Chores