Skip to content

Releases: node-config/node-config

v3.3.11

31 Jan 17:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.10...v3.3.11

v3.3.10

09 Jan 20:20
Compare
Choose a tag to compare

What's Changed

  • replace var to let and const by @jamashita in #720
  • refactor: 💡 xxx === undefined => typeof xxx === 'undefined' by @jamashita in #729
  • Fix source maps when using ts config files, improve performance loading ts config files by @andrzej-woof in #721
  • fix: lack of comments removal, invalid regexp by @DeutscherDude in #745

New Contributors

Full Changelog: v3.3.9...v3.3.10

v3.3.9

17 Jan 15:56
Compare
Choose a tag to compare

What's Changed

  • Support loading transpiled JS config files by @Tomas2D in #692
  • fix(vulnerability): upgrade json5 version from 2.2.1 to 2.2.2 by @veekays in #713

New Contributors

Full Changelog: v3.3.8...v3.3.9

v3.3.8

09 Sep 14:14
Compare
Choose a tag to compare

What's Changed

  • bump json5 dep to 2.2.1
  • Cleanup of file scoped environment variables by @jdmarshall in #667
  • Allow multiple relative directory paths separated by path.delimiter to work by @inside in #661
  • Reentrancy bugs by @jdmarshall in #668
  • Fixed property mutation. Throw an exception on such an attempt. Updat… by @fgheorghe in #516
  • docs: update copyright & fix misspelling by @DigitalGreyHat in #677

New Contributors

Full Changelog: v3.3.7...v3.3.8

v3.3.7

11 Jan 18:36
98f2fc9
Compare
Choose a tag to compare
  • No code changes. Resolving versioning / release mix-up

v3.3.6

03 Nov 16:56
Compare
Choose a tag to compare
  • Added publishConfig element to package.json to prevent publishing to the wrong repository - @lorenwest