liftoff v4.0.0 Release Notes

Release Date: 2021-11-22 // over 2 years 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 to opts.preload
    • ๐Ÿ“‡ Rename events to be more specific
    • โœ‚ Remove launch API

    ๐Ÿ”‹ Features

    • โž• Add beforeRequire event (65f350d)
    • ๐Ÿ“‡ Rename opts.require to opts.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

    • ๐Ÿ‘ Normalize repository, dropping node <10.13 support (#118) (d671e76)
    • โœ‚ Remove launch API (dea6860)

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)