Skip to content

Releases: alecperkins/defaulted

v1.0.2

17 Aug 17:04
dd0b39f
Compare
Choose a tag to compare

1.0.2 (2024-08-17)

Miscellaneous Chores

v1.0.1

14 Apr 23:46
5198ff9
Compare
Choose a tag to compare

1.0.1 (2023-04-14)

Bug Fixes

  • Allow secrets overrides to omit keys (b3cf800)

v1.0.0-alpha.2

14 Apr 03:31
0e6dedb
Compare
Choose a tag to compare

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

v1.0.0

14 Apr 22:39
d793fa8
Compare
Choose a tag to compare

1.0.0 (2023-04-14)

Miscellaneous Chores

v1.0.0-alpha

30 Mar 01:32
2ffb733
Compare
Choose a tag to compare

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