Skip to content

Commit d331a4e

Browse files
committed
Docs: Add 4.0 changelog
1 parent 9abb0a4 commit d331a4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gulp changelog
22

3+
## 4.0.0
4+
5+
- removed task dependency graph, everything must be composed using `gulp.series` or `gulp.parallel`
6+
- removed 3 argument syntax for `gulp.task` due to task dependency graph being removed.
7+
- added `gulp.series` and `gulp.parallel` methods for composing tasks.
8+
- added single argument syntax for `gulp.task` which allows a named function to be used as the name of the task and task function.
9+
- added `gulp.tree` method for retrieving the task tree. Pass `{ deep: true }` for an `archy` compatible node list.
10+
- added `--verify` flag to check the dependencies in package.json against the plugin blacklist.
11+
- added `gulp.registry` for setting custom registries.
12+
313
## 3.9.1
414

515
- update interpret to 1.0.0 (support for babel-register)

0 commit comments

Comments
 (0)