gulp-mirror
Version:
Make a mirror of stream, it's useful that do different transform of the same stream.
41 lines (24 loc) • 601 B
Markdown
1.0.0 / 2016-02-01
==================
* added array arguments
## 0.4.0 / 2015-02-15
- fix: links and typo
- chore: update badge
- chore: add autod and upgrade deps
- chore: add more node version in travis
- doc: LICENSE typo #1
- doc: update README #2
- doc: add examples #2
## 0.3.1
upgrade dependencies
## 0.3.0
- if mirror has no argument, it just returns a passthrough stream.
- if mirror has only one argument, it will create another passthrough stream.
## 0.2.1
mirror should end after all stream are end
## 0.2.0
data should be cloned
## 0.1.1
keywords
## 0.1.0
First version