All Versions
42
Latest Version
Avg Release Cycle
70 days
Latest Release
2259 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v3.2 Changes
- File object is now vinyl
- .watch() is now glob-watcher
- ๐ Fix CLI -v when no gulpfile found
- โก๏ธ gulp-util updated
- ๐ Logging moved to CLI bin file
- Will cause double logging if you update global CLI to 3.2 but not local
- Will cause no logging if you update local to 3.1 but not global CLI
- โฌ๏ธ Drop support for < 0.9
-
v3.1.3 Changes
- ๐ Move isStream and isBuffer to gulp-util
-
v3.1 Changes
- ๐ Move file class to gulp-util
-
v3.0 Changes
- Ability to pass multiple globs and glob negations to glob-stream
- ๐ฅ Breaking change to the way glob-stream works
- File object is now a class
- file.shortened changed to file.relative
- file.cwd added
- Break out getStats to avoid nesting
- Major code reorganization
-
v2.7 Changes
- ๐ฅ Breaking change to the way options are passed to glob-stream
- Introduce new File object to ease pain of computing shortened names (now a getter)
-
v2.4 Changes
- ๐ Moved stuff to gulp-util
- Quit exposing createGlobStream (just use the glob-stream module)
- ๐ฒ More logging
- Prettier time durations
- ๐ Tons of documentation changes
- gulp.trigger(tasks...) as a through stream
-
v1.2 Changes
- Can specify buffer=false on src streams to make file.content a stream
- Can specify read=false on src streams to disable file.content
-
v1.2-2.4 Changes
- ๐ src buffer=false fixed for 0.8 and 0.9 (remember to .resume() on these versions before consuming)
- CLI completely rewritten
- Colorful logging
- Uses local version of gulp to run tasks
- Uses findup to locate gulpfile (so you can run it anywhere in your project)
- chdir to gulpfile directory before loading it
- Correct exit codes on errors
- ๐ฒ silent flag added to gulp to disable logging
- ๐ Fixes to task orchestration (3rd party)
- ๐ Better support for globbed directories (thanks @robrich)
-
v1.1 Changes
- Can specify run callback
- Can specify task dependencies
- Tasks can accept callback or return promise
gulp.verbose
exposes run-time internals
-
v1.0 Changes
- Specify dependency versions
- โก๏ธ Updated docs