Comparing version
# Changelog | ||
## 3.0.2 | ||
* The `version` option now handles non-strings correctly (thanks @outpunk, https://github.com/Dragory/gulp-hash/pull/9) | ||
## 3.0.0 | ||
@@ -4,0 +7,0 @@ This is a **major** release and includes breaking changes. |
{ | ||
"name": "gulp-hash", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Cachebust your assets by adding a hash to the filename", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -6,0 +7,0 @@ "cache", |
@@ -11,4 +11,2 @@ # gulp-hash [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] | ||
// ... | ||
gulp.src('./js/**/*.js') | ||
@@ -23,2 +21,5 @@ .pipe(hash()) // Add hashes to the files' names | ||
## Streaming | ||
The plugin has full streaming support. If you encounter any problems, please open an issue on GitHub and I'll look into it! | ||
## API | ||
@@ -25,0 +26,0 @@ ### hash(options) |
7160
23.58%7
16.67%45
2.27%