Skip to content

Releases: Nikaple/nest-typed-config

v2.9.3

04 Mar 12:04
Compare
Choose a tag to compare

2.9.3 (2024-03-04)

🐛 Fixes

  • allow reflect-metadata versions in the 0.2 series 91caf1a.

v2.9.2

06 Dec 12:28
Compare
Choose a tag to compare

2.9.2 (2023-12-06)

🐛 Fixes

  • do not attempt substitution if the loader failed 3a929bc.

v2.9.1

07 Oct 03:39
Compare
Choose a tag to compare

2.9.1 (2023-10-07)

🐛 Fixes

  • deps: fix lodash.set vulnerability issue 99cb046.

v2.9.0

24 Sep 04:15
Compare
Choose a tag to compare

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

06 Sep 09:23
Compare
Choose a tag to compare

2.8.0 (2023-09-06)

✨ Features

  • expand values implementation for cosmic file loaders e7d77b3.

v2.7.0

30 Jun 08:06
Compare
Choose a tag to compare

2.7.0 (2023-06-30)

✨ Features

  • trigger ci (support Nest.js v10) b1d5e72.

v2.6.0

06 Jun 13:03
Compare
Choose a tag to compare

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

16 Mar 03:19
Compare
Choose a tag to compare

2.5.2 (2023-03-16)

🐛 Fixes

  • use expand method to expand dotenv config e589b7f.

v2.5.1

10 Feb 07:57
Compare
Choose a tag to compare

2.5.1 (2023-02-10)

🐛 Fixes

  • ci: build before release 6c6a1e2.

v2.5.0

09 Feb 09:27
Compare
Choose a tag to compare

2.5.0 (2023-02-09)

✨ Features

  • drop Node.js 12.x support f7edab2.