Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 2.87 KB

Changelog

5.0.0 (2024-03-16)

⚠ BREAKING CHANGES

  • Define configFiles with an array to prioritize configs (#133)
  • Populate additional preload modules with configFiles (#131)
  • Lookup configPath in configFiles (#128)

Features

  • Define configFiles with an array to prioritize configs (#133) (55123fc)
  • Lookup configPath in configFiles (#128) (5301335)
  • Populate additional preload modules with configFiles (#131) (fad21a9)

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)