All Versions
42
Latest Version
Avg Release Cycle
70 days
Latest Release
2015 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.2 Changes
May 06, 2019๐ Fix
- ๐ Bind src/dest/symlink to the gulp instance to support esm exports (5667666) - Ref standard-things/esm#797
๐ 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)
-
v4.0.1 Changes
April 21, 2019๐ Fix
- โช Temporary workaround for facebook/docusaurus#257 (9f4a2e9) - Closes facebook/Docusaurus#257
๐ 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
-
v4.0.0 Changes
January 01, 2018Task system changes
- replaced 3.x task system (orchestrator) with new task system (bach)
- removed gulp.reset
- removed 3 argument syntax for
gulp.task
gulp.task
should only be used when you will call the task with the CLI- added
gulp.series
andgulp.parallel
methods for composing tasks. Everything must use these now. - added single argument syntax for
gulp.task
which allows a named function to be used as the name of the task and task function. - added
gulp.tree
method for retrieving the task tree. Pass{ deep: true }
for anarchy
compatible node list. - added
gulp.registry
for setting custom registries.
CLI changes
- split CLI out into a module if you want to save bandwidth/disk space. you can install the gulp CLI using either
npm install gulp -g
ornpm install gulp-cli -g
, where gulp-cli is the smaller one (no module code included) - โ add
--tasks-json
flag to CLI to dump the whole tree out for other tools to consume - โ added
--verify
flag to check the dependencies in package.json against the plugin blacklist.
vinyl/vinyl-fs changes
- โ added
gulp.symlink
which functions exactly likegulp.dest
, but symlinks instead. - โ added
dirMode
param togulp.dest
andgulp.symlink
which allows better control over the mode of the destination folder that is created. - globs passed to
gulp.src
will be evaluated in order, which means this is possiblegulp.src(['*.js', '!b*.js', 'bad.js'])
(exclude every JS file that starts with a b except bad.js) - ๐ performance for gulp.src has improved massively
gulp.src(['**/*', '!b.js'])
will no longer eat CPU since negations happen during walking now
- โ added
since
option togulp.src
which lets you only match files that have been modified since a certain date (for incremental builds) - ๐ fixed
gulp.src
not following symlinks - โ added
overwrite
option togulp.dest
which allows you to enable or disable overwriting of existing files
- replaced 3.x task system (orchestrator) with new task system (bach)
-
v4.0.0-alpha.3 Changes
January 01, 2018๐ฅ 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
-
v4.0.0-alpha.2 Changes
January 01, 2018๐ฅ 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
-
v4.0.0-alpha.1 Changes
January 01, 2018๐ฅ Breaking
- Replace Orchestrator with Undertaker (9fda7b4)
๐ New
โก๏ธ Update
- โ Remove gulp-util & depend on unpublished gulp-cli (6095f35)
- ๐ Improve gulp.watch implementation & tests (9abb0a4)
- Replace inline CLI code with gulp-cli dependency (f0942aa)
๐ Docs
- โ Add "Rollup with rollup-stream" recipe. (b42acd9)
- โ Add npm init step to Getting Started (71953b5)
- โ Add backers and sponsors from OpenCollective (347ed5a)
- ๐ Fix grammar in dealing-with-streams.md (de1acf6)
- Create issue template to cover common issues (4d1a8a8)
- ๐ Fix broken gulp-header/gulp-footer links (54169eb) - Closes #1851 #1854
- โก๏ธ Update browserify-uglify-sourcemap recipe with clarification (6899a6c)
- Clarify CLI semantics when listing more than one task (62323fc)
- ๐ Fix issue with formatting in dealing-with-streams.md (a2badd6) - Closes #1948
- ๐ Fix sub-lists in writing-a-plugin guidelines (d634e95) - Closes #1955
- โ Add "Getting Started with Gulp" to books section (a0ec3ff)
- โ Integrate pump documentation from gulp-uglify (45adfc3) - Closes #1791
- โ Remove link to Spanish documentation that no longer exists (24914f3)
- ๐ Replace BetterError with plugin-error reference (58b2945)
- ๐ Fix a broken header in writing-a-plugin (5df0865) - Closes #1984
- ๐ Improve "Getting Started" (c95e09e)
- ๐ Improve link descriptions (c4d219e)
- Recipe for running gulp via cron task (2c6d551)
- ๐ Change jade references to pug (81fc26d)
- ๐ฆ Specify where to create package.json (4f9465a)
- ๐ Fix and improve Transform example in writing-a-plugin docs (4b118b9)
- โก๏ธ Update urls to https (ff4e719)
- โก๏ธ Update browserify links (260d5c4)
- โ Remove duplicate "the" typo (5368d2c)
- โ Add 4.0 changelog (d331a4e)
- โก๏ธ Update syntax in readme example (f787ba5)
- โก๏ธ Update changelog (2d0fa20)
โฌ๏ธ Upgrade
- โก๏ธ Update undertaker (6830560)
๐ Build
-
v3.9.1 Changes
April 21, 2019 -
v3.9.0 Changes
April 21, 2019- โ add babel support
- โ add transpiler fallback support
- โ add support for some renamed transpilers: livescript, etc
- โ add JSCS
- โก๏ธ update dependencies (liftoff, interpret)
- ๐ documentation tweaks
-
v3.8.11 Changes
April 21, 2019- ๐ fix node 0.12/iojs problems
- โ add node 0.12 and iojs to travis
- โก๏ธ update dependencies (liftoff, v8flags)
- ๐ documentation tweaks
-
v3.8.10 Changes
April 21, 2019- โ add link to spanish docs
- โก๏ธ update dependencies (archy, semver, mocha, etc)
- ๐ documentation tweaks