liftoff v4.0.0 Release Notes
Release Date: 2021-11-22 // over 1 year ago-
โ 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)
Miscellaneous Chores
- ๐ Support
Previous changes from v2.2.1
-
- ๐ #66 Release 2.2.1 (@tusbar)
- #65 Make sure that v8 flags are passed properly through the
respawn
event (@tusbar) - โก๏ธ #64 Update urls in package.json (@kt3k)
- #62 Minor correction to readme bit about v8flags (@erikvold)
- #61 Add missing comma in README (@Gerhut)
- โก๏ธ #59 Update hacker (sample project) links (@knownasilya)
- โก๏ธ #58 Update badges in README. (@rwjblue)