Releases: gulpjs/liftoff
Releases · gulpjs/liftoff
v2.2.1
Bug Fixes
- Make sure v8 value flags are passed when respawning (79f8b6a)
v2.1.0
Features
- Leverage rechoir & interpret to support fallbacks for autoloading modules (02d5f65)
v2.0.3
Bug Fixes
- Avoid wrapping error in an error (c0dddec)
v2.0.2
⚠ 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
Bug Fixes
- Avoid searching for the root of the module twice (b640c56)
- Use fileSearch when establishing modulePath (2e1c776)
v2.0.0
⚠ 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
Bug Fixes
- Detect config extension using basename instead of full path (9126234)
v1.0.2
Bug Fixes
- Refactor for simplification of findConfig (08e61f5)