liftoff

Launch your command line tool with ease.

MIT License

Downloads
10.4M
Stars
839
Committers
30

Bot releases are visible (Hide)

liftoff - liftoff v5.0.0 Latest Release

Published by github-actions[bot] 7 months ago

⚠ 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)
liftoff - liftoff v4.0.0

Published by github-actions[bot] almost 3 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)
liftoff - v0.5.0

Published by phated almost 3 years ago

Features

liftoff - v2.3.0

Published by phated almost 3 years ago

Features

  • Support multiple config files (33907aa)
liftoff - v2.2.4

Published by phated almost 3 years ago

Bug Fixes

  • Rollback findup-sync until we fix it (e7b2c7a)
liftoff - v1.0.3

Published by phated almost 3 years ago

Bug Fixes

  • Revert to 1.0.0 behavior (3fce7f2)
liftoff - v3.0.0

Published by phated almost 3 years ago

⚠ BREAKING CHANGES

  • Avoid emitting requireFail events if any loader succeeds

Bug Fixes

  • Avoid emitting requireFail events if any loader succeeds (a2477d3)
  • Change timing of loader requires to avoid duplicate logging (4a6ad90)
liftoff - v1.0.0

Published by phated almost 3 years ago

⚠ BREAKING CHANGES

  • Update deps

Miscellaneous Chores

liftoff - v2.0.0

Published by phated almost 3 years ago

⚠ BREAKING CHANGES

  • Rework nodeFlags, renaming to v8flags, which might be a callback

Features

  • Rework nodeFlags, renaming to v8flags, which might be a callback (10a3940)
liftoff - v2.4.0

Published by phated almost 3 years ago

Features

liftoff - v2.2.1

Published by phated almost 3 years ago

Bug Fixes

  • Make sure v8 value flags are passed when respawning (79f8b6a)
liftoff - v2.0.2

Published by phated almost 3 years ago

⚠ BREAKING CHANGES

  • Remove node 0.8, add node 0.12 to CI

Bug Fixes

  • Increase test timeout to solve failing windows tests (6c370b4)
  • Properly handle some async tests (eb507da)
  • Support loading from NODE_PATH (a3b28ca)

Miscellaneous Chores

  • Remove node 0.8, add node 0.12 to CI (8061a11)
liftoff - v1.0.4

Published by phated almost 3 years ago

Bug Fixes

  • Detect config extension using basename instead of full path (9126234)
liftoff - v1.0.1

Published by phated almost 3 years ago

Bug Fixes

  • Handle configName lookup for user-specified config files (f6fd81b)
liftoff - v0.9.8

Published by phated almost 3 years ago

Bug Fixes

  • Use tilde version range for sinon (dd94fd5)
liftoff - v0.11.0

Published by phated almost 3 years ago

⚠ BREAKING CHANGES

  • Remove option parsing

Features

liftoff - v0.11.2

Published by phated almost 3 years ago

Bug Fixes

  • Coerce preloads into array before attempting to push more (b6ab42a)
liftoff - v0.12.1

Published by phated almost 3 years ago

Features

  • Add support for compound extensions (639867e)
liftoff - v2.2.5

Published by phated almost 3 years ago

liftoff - v1.0.2

Published by phated almost 3 years ago

Bug Fixes

  • Refactor for simplification of findConfig (08e61f5)