Skip to content

Releases: buka-inc/npm.nestjs-config

v2.1.7

02 Feb 06:04
Compare
Choose a tag to compare

2.1.7 (2025-02-01)

Performance Improvements

v2.1.6

29 Nov 02:13
Compare
Choose a tag to compare

2.1.6 (2024-11-27)

Bug Fixes

v2.1.5

27 Nov 15:56
Compare
Choose a tag to compare

2.1.5 (2024-11-27)

Performance Improvements

  • upgrade dependens and use fs.access replace existsSync (15cec8f)

v2.1.4

20 Oct 06:45
Compare
Choose a tag to compare

2.1.4 (2024-10-20)

Bug Fixes

v2.1.3

11 Sep 08:40
Compare
Choose a tag to compare

2.1.3 (2024-09-11)

Bug Fixes

v2.1.2

26 Aug 09:48
Compare
Choose a tag to compare

2.1.2 (2024-08-26)

Performance Improvements

  • display the correct class name in the error message (d7d8392), closes #19

v2.1.1

16 Jun 07:55
Compare
Choose a tag to compare

2.1.1 (2024-06-16)

Bug Fixes

  • the name set by Configuration decorator not work (152e37a)

v2.1.0

16 Jun 02:12
Compare
Choose a tag to compare

2.1.0 (2024-06-14)

Features

  • add composeLoader function and beautify error log (6147ccd)
  • add StaticConfig decorator (de0bdbf)
  • cache config/provider and add debug log (21613c2)

v2.0.0

14 Jun 04:56
Compare
Choose a tag to compare

2.0.0 (2024-06-14)

⚠ BREAKING CHANGES

  • config option is deprecated, use loaders to instead

Bug Fixes

  • avoid conflicts caused by useless ts definitions (c3d6b98)
  • compatible with useFacotry without Promise (472013e)

Code Refactoring

  • rename config => loaders (033987c)

v1.5.3

15 Apr 15:53
Compare
Choose a tag to compare

1.5.3 (2024-04-15)

Bug Fixes

  • wrong return type of ConfigModule.get (a039239)