Improved
v4.0.0-alpha.2
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
- 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)