Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 2.32 KB

Changelog

5.0.0 (2024-03-16)

⚠ BREAKING CHANGES

  • Lookup configPath in configFiles (#128)

Features

Bug Fixes

  • Disallow non-string configPath overrides (#130) (6bcd381)

4.0.0 (2021-11-22)

⚠ 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)