File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# gulp changelog
2
2
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
+
3
13
## 3.9.1
4
14
5
15
- update interpret to 1.0.0 (support for babel-register)
You can’t perform that action at this time.
0 commit comments