gulp v4.0.0-alpha.2 Release Notes

Release Date: 2018-01-01 // over 6 years ago
  • ๐Ÿ’ฅ Breaking

    • Replace vinyl-fs watch/gaze with chokidar (2cd0e1e)
    • ๐Ÿ‘ Only support tasks that are functions in gulp.watch (1d70cfb)
    • โœ‚ Remove array & string task support from gulp.watch (b085e95)

    ๐Ÿ›  Fix

    • 0๏ธโƒฃ Set chokidar option ignoreIntial: true by default (355fc4e)
    • ๐Ÿ‘ Throw better error when watch parameters are invalid (409f19a) - Closes #1002

    ๐Ÿ†• New

    • ๐Ÿ”ฆ Expose vfs.symlink API on gulp (6c46116)

    โšก๏ธ Update

    • โž• Add test to make sure no functions are kicked off when they should not (bc352dd)
    • ๐Ÿ‘‰ Use unpublished vinyl-fs version (cac9a8a)

    ๐Ÿ“„ Docs

    • โšก๏ธ Update "split tasks" recipe to use gulp-hub (f7e7d4c)
    • ๐Ÿ“„ Align API with undertaker docs (0f3151e)
    • ๐Ÿ‘Œ Improve gulp.watch API with Chokidar specifics (263eeea)
    • โž• Add gulp.registry API & examples (3f843b8)
    • ๐Ÿ‘Œ Improve API references (be2df06)
    • โž• Add example of -T/--tasks and --tasks-simple (c1012cd)
    • โž• Add gulp.tree API & examples (8aa1022)
    • โž• Add recipe for running shell commands with child_process or gulp-exec (98b9504)
    • โšก๏ธ Update "clean" task in example for "del" syntax change (cacc173)
    • โž• Add note about opt-in symlink following (c4b6922)
    • Mention .description property & add usage examples (ad627e6)
    • Outline using named functions and when to use gulp.task (1abb5ed)
    • ๐Ÿ‘Œ Improve incremental build example & add gulp.lastRun API (d942cf5)
    • โž• Added allowEmpty option for gulp.src (8806326)
    • โž• Add gulp.series/gulp.parallel APIs, update gulp.task API & vinyl-fs options (0ac0a0e)
    • ๐Ÿ‘Œ Improve changelog (87e9cb6)

    โฌ†๏ธ Upgrade

    • โšก๏ธ Update undertaker (7e67502)
    • โšก๏ธ Update chokidar (88b6c33)
    • โšก๏ธ Update vinyl-fs & mocha-lcov-reporter (32abfe5)
    • โšก๏ธ Update undertaker (646044b)
    • โšก๏ธ Update undertaker & vinyl-fs (2e4809b)
    • โšก๏ธ Update undertaker (96febce)