Skip to content

Releases: allohamora/config-manager

0.9.0

12 Sep 19:35
Compare
Choose a tag to compare

Features

0.8.2

07 Sep 07:41
Compare
Choose a tag to compare

Bug Fixes

  • fix incorrect return types for orThrow methods (504dda4)

0.8.1

06 Sep 19:03
Compare
Choose a tag to compare

Features

  • regenerate CHANGELOG.md (2e3ca7e)

0.8.0

06 Sep 18:42
Compare
Choose a tag to compare

Features

  • add return types and remove unnecessary as casting (642ccde)
  • improve defaultFor response types (7726b0f)
  • improve EnvPicker types (4893b92)
  • remove env.manager cache (def7154)

0.7.0

27 Jul 18:02
Compare
Choose a tag to compare

Features

  • add rest to envRecord (2d57b5d)
  • improve defaultFor with rest return value (304530d)
  • improve orThrow methods typing (d7f7590)

0.6.0

13 Apr 15:53
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • replace load method with get + type

Features

  • replace load method with get + type (3c2a8c2)

0.5.2

11 Apr 14:20
Compare
Choose a tag to compare

Features

0.5.1

11 Apr 14:18
Compare
Choose a tag to compare

Features

  • update README.md to fix missing README.md in npm (666dcaf)

0.5.0

11 Apr 14:11
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • pickFor now every time returns EnvPicker

Features

  • pickFor now every time returns EnvPicker (e688443)

0.4.0

10 Apr 15:14
Compare
Choose a tag to compare

Features

  • add atLeastOne to for methods (1b43a5f)
  • add EnvPicker export (9d03bc8)
  • add getFor and getForOrThrow (51dbf8c)
  • add pickFor and pickForOrThrow (689b5ba)
  • improve nodeEnv typings (3673a1d)

Bug Fixes

  • rename mapIfExist to mapIfExists (2d1c8e4)