Gulp v4.0.2 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
  • ๐Ÿ›  Fix

    ๐Ÿ“„ Docs

    • โž• Add notes about esm support (4091bd3) - Closes #2278
    • ๐Ÿ›  Fix the Negative Globs section & examples (3c66d95) - Closes #2297
    • โœ‚ Remove next tag from recipes (1693a11) - Closes #2277
    • โž• Add default task wrappers to Watching Files examples to make runnable (d916276) - Closes #2322
    • ๐Ÿ›  Fix syntax error in lastRun API docs (ea52a92) - Closes #2315
    • ๐Ÿ›  Fix typo in Explaining Globs (5d81f42) - Closes #2326

    ๐Ÿ— Build

    • โž• Add node 12 to Travis & Azure (b4b5a68)

Previous changes from v4.0.1

  • ๐Ÿ›  Fix

    ๐Ÿ“„ Docs

    • ๐Ÿ›  Fix error in ES2015 usage example (a4e8d48) - Closes #2099 #2100
    • โž• Add temporary notice for 4.0.0 vs 3.9.1 documentation (126423a) - Closes #2121
    • ๐Ÿ‘Œ Improve recipe for empty glob array (45830cf) - Closes #2122
    • 0๏ธโƒฃ Reword standard to default (b065a13)
    • ๐Ÿ›  Fix recipe typo (86acdea) - Closes #2156
    • โž• Add front-matter to each file (d693e49) - Closes #2109
    • โšก๏ธ Rename "Getting Started" to "Quick Start" & update it (6a0fa00)
    • โž• Add "Creating Tasks" documentation (21b6962)
    • โž• Add "JavaScript and Gulpfiles" documentation (31adf07)
    • โž• Add "Working with Files" documentation (50fafc6)
    • โž• Add "Async Completion" documentation (ad8b568)
    • โž• Add "Explaining Globs" documentation (f8cafa0)
    • โž• Add "Using Plugins" documentation (233c3f9)
    • โž• Add "Watching Files" documentation (f3f2d9f)
    • โž• Add Table of Contents to "Getting Started" directory (a43caf2)
    • ๐Ÿ‘Œ Improve & fix parts of Getting Started (84b0234)
    • ๐Ÿ“„ Create and link-to a "docs missing" page for LINK_NEEDED references (2bd75d0)
    • Redirect users to new Getting Started guides (53e9727)
    • Temporarily reference gulp@next in Quick Start (2cecf1e)
    • ๐Ÿ›  Fixed a capitalization typo in a heading (3d051d8) - Closes #2242
    • ๐Ÿ“š Use h2 headers within Quick Start documentation (921312c) - Closes #2241
    • ๐Ÿ›  Fix for nested directories references (4c2b9a7)
    • โž• Add some more cleanup for Docusaurus (6a8fd8f)
    • ๐Ÿ“š Temporarily point LINK_NEEDED references to documentation-missing.md (df7cdcb)
    • ๐Ÿ“š API documentation improvements based on feedback (0a68710)
    • โšก๏ธ Update API Table of Contents (d6dd438)
    • โž• Add API Concepts documentation (8dd3361)
    • โž• Add Vinyl.isCustomProp() documentation (40ee801)
    • โž• Add Vinyl.isVinyl() documentation (25a22bf)
    • โž• Add Vinyl documentation (fc09067)
    • ๐Ÿ“š Update watch() documentation (69c22f0)
    • ๐Ÿ“š Update tree() documentation (ebb9818)
    • ๐Ÿ“š Update task() documentation (b636a9c)
    • ๐Ÿ“š Update symlink() documentation (d580efa)
    • ๐Ÿ“š Update src() documentation (d95b457)
    • ๐Ÿ“š Update series() documentation (4169cb6)
    • ๐Ÿ“š Update registry() documentation (d680487)
    • ๐Ÿ“š Update parallel() documentation (dc3cba7)
    • ๐Ÿ“š Update lastRun() documentation (363df21)
    • ๐Ÿ“š Update dest() documentation (e447d81)
    • ๐Ÿ“„ Split API docs into separate markdown files (a3b8ce1)
    • ๐Ÿ›  Fix hash link (af4bd51)
    • Replace some links in Getting Started (c433c70)
    • โœ‚ Remove temporary workaround for facebook/docusaurus#257 (5c07954) - Closes facebook/Docusaurus#257
    • โž• Added code ticks to "null" where missing (cb67319) - Closes #2243
    • ๐Ÿ›  Fix broken link in lastRun (d35653e)
    • โž• Add front-matter to documentation-missing page (a553cfd)
    • ๐Ÿ‘Œ Improve grammar on Concepts (01cfcc5) - Closes #2247
    • โœ‚ Remove spaces around
      (c960c1d)
    • ๐Ÿ‘Œ Improve grammar in src (eb493a2) - Closes #2248
    • ๐Ÿ›  Fix formatting error (ca6ba35) - Closes #2250
    • ๐Ÿ›  Fix formatting of lastRun (8569f85) - Closes #2251
    • โž• Add missing link in watch (e35bdac) - Closes #2252
    • ๐Ÿ›  Fix broken link in tasks (6d43750) - Closes #2253
    • ๐Ÿ‘Œ Improve punctuation in tree (8e9fd70) - Closes #2254
    • ๐Ÿ›  Fix mistake in "Splitting a gulpfile" (96c353d) - Closes #2255
    • โœ‚ Remove front-matter from outdated pages (c5af6f1)
    • ๐Ÿ›  Fix broken link in Table of Contents (c641369) - Closes #2260
    • โšก๏ธ Update the babel dependencies to install & configuration needed (7239cf1) - Closes #2136
    • โž• Add "What's new in 4.0" section (75ea634) - Closes #2089 #2267
    • โœ… Cleanup README for "latest" bump (24e202b) - Closes #2268
    • โช Revert "next" reference now that 4.0 is latest (ed27cbe)
    • โž• Add Azure Pipelines badge (f3f0548) - Closes #2310
    • โž• Add note about transpilation to "Splitting a Gulpfile" section (53b9037) - Closes #2311 #2312
    • ๐Ÿ‘Œ Improve wording of file rename (88437f2) - Closes #2314

    โฌ†๏ธ Upgrade

    • โšก๏ธ Update glob-watcher, gulp-cli, and undertaker dependencies & rimraf devDep (d3734d3)

    ๐Ÿ— Build

    • โž• Add node 10 to CI matrices (a5eac1c)
    • โœ‚ Remove jscs & update eslint for code formatting rules (ad8a2f7)
    • ๐Ÿ›  Fix Azure comment (34a6d53) - Closes #2307
    • โž• Add Azure Pipelines CI (b2c6c7e) - Closes #2299

    Scaffold

    • Mark *.png and *.jpg as binary files to git (a010db6)
    • โšก๏ธ Update some links and license year (1027236)
    • โž• Add tidelift configuration (49b5aca)
    • โž• Add new expense policy (9819957)
    • โž• Add support-bot template (9078c49)