5.0.0 (2024-03-16)
- Define
configFiles
with an array to prioritize configs (#133) - Populate additional preload modules with
configFiles
(#131) - Lookup
configPath
inconfigFiles
(#128)
- Define
configFiles
with an array to prioritize configs (#133) (55123fc) - Lookup
configPath
inconfigFiles
(#128) (5301335) - Populate additional preload modules with
configFiles
(#131) (fad21a9)
4.0.0 (2021-11-22)
- Support
extends
syntax in config files (#103) - Normalize repository, dropping node <10.13 support (#118)
- call
env.completion
inside execute to allow additional configuration (#106) - Rename
opts.require
toopts.preload
- Rename events to be more specific
- Remove launch API
- Add beforeRequire event (65f350d)
- Rename
opts.require
toopts.preload
(596926a) - Rename events to be more specific (cbb8456)
- Support
extends
syntax in config files (#103) (68c9db7)