All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Conventional Commits for commit guidelines.
2.9.3 (2024-03-04)
- allow reflect-metadata versions in the 0.2 series
91caf1a
.
2.9.2 (2023-12-06)
- do not attempt substitution if the loader failed
3a929bc
.
2.9.1 (2023-10-07)
- deps: fix lodash.set vulnerability issue
99cb046
.
2.9.0 (2023-09-24)
- implemented ability to set default values for file loaders, with dotenv-expand syntax
b39c92c
.
- updated documentation for substitution feature
b7a7563
.
2.8.0 (2023-09-06)
- expand values implementation for cosmic file loaders
e7d77b3
.
2.7.0 (2023-06-30)
- trigger ci
b1d5e72
.
2.6.0 (2023-06-06)
-
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.
2.5.2 (2023-03-16)
- use expand method to expand dotenv config
e589b7f
.
2.5.1 (2023-02-10)
- ci: build before release
6c6a1e2
.
2.5.0 (2023-02-09)
- drop Node.js 12.x support
f7edab2
.
2.4.8 (2023-02-09)
-
fixed issue with class-validator dependency cve (#214)
b12063f
.Co-authored-by: Akatsuki Levi akatsukilevi@yahoo.co.jp
2.4.7 (2023-01-02)
2.4.6 (2022-09-06)
2.4.5 (2022-08-31)
- deps: update dependency debug to v4.3.4
3ad47dc
.
2.4.4 (2022-08-22)
2.4.3 (2022-08-22)
- use default values for undefined properties
9216cf5
.
2.4.2 (2022-07-28)
2.4.1 (2022-03-28)
- add ignoreEnvironmentVariableSubstitution for directoryLoader
60abf39
.
2.4.0 (2022-02-08)
2.3.0 (2021-12-27)
2.2.3 (2021-12-09)
-
deps: update dependency class-validator to v0.13.2 (#35)
142c683
.Co-authored-by: Renovate Bot bot@renovateapp.com
2.2.2 (2021-12-06)
-
deps: update dependency debug to v4.3.3 (#36)
9a0805f
.Co-authored-by: Renovate Bot bot@renovateapp.com
2.2.1 (2021-12-06)
-
deps: update dependency chalk to v4.1.2 (#34)
b8a5ccf
.Co-authored-by: Renovate Bot bot@renovateapp.com
2.2.0 (2021-12-02)
2.1.1 (2021-12-02)
- update changelog file name
ab615bb
.
2.1.0 (2021-11-04)
- dotenv loader will assign env variables to process.env
aee546f
.
- add docs for normalize option and getters
77a7f81
.
1.6.0 (2021-09-02)
- support include specific file for directory loader (005cf47)
1.5.0 (2021-07-21)
- support directory loader (3915521)
1.4.0 (2021-06-03)
- improve typing for forRootAsync (6a96e36)
- expose getConfigErrorMessage (cdc2263)
1.3.1 (2021-05-17)
- improve typing for forRoot and forRootAsync (32acbbb)
1.3.0 (2021-05-10)
- support using config in decorators with selectConfig (09cdb95)
1.2.0 (2021-05-09)
- support multiple loaders, support custom basename for file-loader (f111754)
1.1.0 (2021-05-08)
- remote-loader: support retry when failed to fetch config (e22463a)
1.0.3 (2021-05-07)
- isGlobal works properly now (3dd2154)