Releases: allohamora/config-manager
Releases · allohamora/config-manager
0.8.2
Bug Fixes
- fix incorrect return types for orThrow methods (504dda4)
0.8.0
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
Features
- add rest to envRecord (2d57b5d)
- improve defaultFor with rest return value (304530d)
- improve orThrow methods typing (d7f7590)
0.6.0
⚠ BREAKING CHANGES
- replace load method with get + type
Features
- replace load method with get + type (3c2a8c2)
0.5.1
Features
- update README.md to fix missing README.md in npm (666dcaf)
0.5.0
⚠ BREAKING CHANGES
- pickFor now every time returns EnvPicker
Features
- pickFor now every time returns EnvPicker (e688443)
0.4.0
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)