Skip to content

Releases: gulpjs/liftoff

v2.2.1

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Make sure v8 value flags are passed when respawning (79f8b6a)

v2.2.0

22 Nov 21:44
Compare
Choose a tag to compare
chore: Release 2.2.0

v2.1.0

22 Nov 21:44
Compare
Choose a tag to compare

Features

  • Leverage rechoir & interpret to support fallbacks for autoloading modules (02d5f65)

v2.0.3

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Avoid wrapping error in an error (c0dddec)

v2.0.2

22 Nov 21:44
Compare
Choose a tag to compare

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

v2.0.1

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Avoid searching for the root of the module twice (b640c56)
  • Use fileSearch when establishing modulePath (2e1c776)

v2.0.0

22 Nov 21:44
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Features

  • Rework nodeFlags, renaming to v8flags, which might be a callback (10a3940)

v1.0.4

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Detect config extension using basename instead of full path (9126234)

v1.0.3

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Revert to 1.0.0 behavior (3fce7f2)

v1.0.2

22 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Refactor for simplification of findConfig (08e61f5)