Releases: Nikaple/nest-typed-config
Releases · Nikaple/nest-typed-config
v2.9.3
2.9.3 (2024-03-04)
🐛 Fixes
- allow reflect-metadata versions in the 0.2 series
91caf1a
.
v2.9.2
2.9.2 (2023-12-06)
🐛 Fixes
- do not attempt substitution if the loader failed
3a929bc
.
v2.9.1
2.9.1 (2023-10-07)
🐛 Fixes
- deps: fix lodash.set vulnerability issue
99cb046
.
v2.9.0
2.9.0 (2023-09-24)
✨ Features
- implemented ability to set default values for file loaders, with dotenv-expand syntax
b39c92c
.
📚 Documentations
- updated documentation for substitution feature
b7a7563
.
v2.8.0
2.8.0 (2023-09-06)
✨ Features
- expand values implementation for cosmic file loaders
e7d77b3
.
v2.7.0
2.7.0 (2023-06-30)
✨ Features
- trigger ci (support Nest.js v10)
b1d5e72
.
v2.6.0
2.6.0 (2023-06-06)
✨ Features
-
dotenv-loader: add key transformer option 1e80f42
.
Add option to transform environment variable keys before parsing them.
This allows changes to be made prior to parsing which makes having to
use complex normalize functions obsolete.
v2.5.2
2.5.2 (2023-03-16)
🐛 Fixes
- use expand method to expand dotenv config
e589b7f
.
v2.5.1
2.5.1 (2023-02-10)
🐛 Fixes
v2.5.0
2.5.0 (2023-02-09)
✨ Features