What's Changed
- fix: prevent setEnv from clobbering envConfig when merging NODE_CONFIG
- .iced files are never loaded, and support has been removed.
Load.scan()now returns the configuration data that was loaded, simplifying the calling convention forsetModuleDefaults()- TOML regression in 4.4.1 fixed in mainline
Breaking Changes
- Scanning of the config directory no longer loads files that contain the NODE_ENV value as a substring of the file name instead of the prefix. Ex: "prod-server1.js" versus "preprod.json" for NODE_ENV=prod
New Contributors
- @sputnik-mac made their first contribution in #896
Full Changelog: v5.0.0-alpha.1...v5.0.0-alpha.2