Releases: gulpjs/liftoff
Releases · gulpjs/liftoff
liftoff v5.0.0
⚠ BREAKING CHANGES
- Define
configFiles
with an array to prioritize configs (#133) - Populate additional preload modules with
configFiles
(#131) - Lookup
configPath
inconfigFiles
(#128)
Features
- Define
configFiles
with an array to prioritize configs (#133) (55123fc) - Lookup
configPath
inconfigFiles
(#128) (5301335) - Populate additional preload modules with
configFiles
(#131) (fad21a9)
Bug Fixes
liftoff v4.0.0
⚠ BREAKING CHANGES
- 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
Features
- 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)
Bug Fixes
- call
env.completion
inside execute to allow additional configuration (#106) (2a1fc4b) - Update rechoir to support dots in config name (33a6286)