gulp v4.0.0-alpha.3 Release Notes

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

    • โฌ†๏ธ Upgrade major versions of glob-watcher, gulp-cli & vinyl-fs (c1ba80c)
    • Replace chokidar as gulp.watch with glob-watcher wrapper (0c66069)

    ๐Ÿ›  Fix

    • โž• Add support for gulp.watch usage w/o opts or callback (9fc4125)

    โšก๏ธ Update

    • Bind all undertaker functions on the gulp instance to allow destructuring (c691572)
    • ๐Ÿ‘‰ Use published gulp-cli (468a703)

    ๐Ÿ“„ Docs

    • ๐Ÿ— Clarify incremental builds example (c3dbc10)
    • ๐Ÿ‘Œ Improve ES2015 task exporting examples (89acc5c)
    • ๐Ÿ›  Fix syntax in recipe example (723cbc4) - Closes #1715
    • Have gulp.lastRun take a function to avoid task registration (d420a6a)
    • ๐Ÿ›  Fix changelog typos (e931cb0) - Closes #1696
    • โž• Add a "BrowserSync with Gulp 4" recipe (477db84)
    • โž• Add options.cwd for gulp.src API (d4ed3c7)
    • โšก๏ธ Update gulp.watch API to align with glob-watcher (5dc3b07)
    • โž• Add "Project structure" section to CONTRIBUTING.md (0ac9e04)
    • โž• Add missing parenthesis (1351fb8)
    • โž• Add link to "Upgrading to Gulp 4" article (e894312)
    • โšก๏ธ Update "getting started" example for new syntax (5ddd673)
    • โž• Add ES2015 gulpfile example to readme (e1afdfd)
    • โž• Add link to "Intro to Gulp 4" video (d90198c)
    • Replace irc with gitter channel (83f5632)
    • โšก๏ธ Update table of contents for API (b764543)
    • ๐Ÿ‘Œ Improve format of API (d0ced75)

    โฌ†๏ธ Upgrade

    • โšก๏ธ Update undertaker (29ece6f)
    • โšก๏ธ Update undertaker (a379529)