All Versions
42
Latest Version
Avg Release Cycle
70 days
Latest Release
2259 days ago

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