Releases: node-config/node-config
Releases · node-config/node-config
v3.3.12
What's Changed
- Remove usage of deprecated utils to fix warnings in Node 22 by @KidkArolis in #764
New Contributors
- @KidkArolis made their first contribution in #764
Full Changelog: v3.3.11...v3.3.12
v3.3.11
What's Changed
- fix: webpack bundling compatibility by @cbazureau in #757
New Contributors
- @cbazureau made their first contribution in #757
Full Changelog: v3.3.10...v3.3.11
v3.3.10
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
- @jamashita made their first contribution in #720
- @andrzej-woof made their first contribution in #721
- @DeutscherDude made their first contribution in #745
Full Changelog: v3.3.9...v3.3.10
v3.3.9
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
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
- @jdmarshall made their first contribution in #667
- @inside made their first contribution in #661
- @DigitalGreyHat made their first contribution in #677
Full Changelog: v3.3.7...v3.3.8
v3.3.7
v3.3.6
- Added publishConfig element to package.json to prevent publishing to the wrong repository - @lorenwest