Releases: gulpjs/vinyl-fs
Releases · gulpjs/vinyl-fs
v2.3.4
v2.3.3
v2.3.2
Fix
- Skip broken tests that were false positives (b552beb)
- Remove invalid
sourcemaps
option passed to gulp-sourcemaps (f3242e7) - Additional refactor & tons of tests for metadata update (6ad732d)
- Improve/refactor metadata handling & fix tests (b7cb0f0)
- Improve stats logic to avoid problems when files not owned (559c2d5)
Docs
- Add notes about permission fixes (87a03ed)
Build
Scaffold
v2.3.1
v2.3.0
Fix
- Use lazystream for streamFile to avoid fd exhaustion (542771a)
- Refactor writeStream to prevent issue with futimes (bdbe46d)
- Adjust realMode method to avoid gid in the parse (7be0cfd) - Closes #103
- Sink the saveStream on nextTick to start flowing and avoid highWaterMark (007aae1)
- Avoid TypeError when the
sourcemaps
option is a boolean fordest()
(18e8a06) - Use
fs.futimes
to retain sub-second precision inatime
/mtime
(4ff0e8d) - Ensure
atime
is a Date object (e9584ce) - Remove correct handlers to avoid memory leak (d370714)
New
- Pass options to through2 instances (bcfd342)
Update
Docs
Upgrade
- Update glob-stream dependency (b6eb9c8)
Build
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
Breaking
Fix
- Replace vinyl-filter-since with own working implementation (8e15c49)
- Determine symlink type for directory symlinks on Windows (949ebbe) - Closes #74
- Re-emit errors on output stream to propagate singular glob errors (efd4139)
- Compare modes correctly (62d2074)
New
- Support copying symlinks & add
followSymlinks
option (01f90eb) - Allow function to be used for
base
option (2839a7d) - Closes #78 - Add
sourcemaps
option todest()
(313a9a5) - Expose
base
option fordest()
(e01ebd6) - Add
sourcemaps
option tosrc()
(c55db31)
Update
- Remove dead code in
src()
(78865bf) - Remove unused tests (79ba924)
- Utilize is-valid-glob module to determine valid globs (f484f2b)
- Pass options to internal methods (2eebf11)
- Refactor option handling for
src()
(bbddeec) - Remove realMode equality test on special bit test (44ca6bb)
- Cleanup some
src()
tests (54a2d8c) - Use vinyl-filter-since dependency instead of own filter implementation (4131553)
Docs
- Align
symlink()
base
option withdest()
(38471e4) - Improve consistency of readme (457f173)
- Update options to include defaults &
sourcemaps
option (8674248)
Upgrade
- Update object-assign, vinyl & mocha-lcov-reporter (65fbe2a)
- Update merge-stream dependency (ba85d62)
- Update graceful-fs, is-valid-glob, object-assign, strip-bom, through2 & should (fa958c0)
- Update vinyl dependency (2867638)
- Update should devDependency (ad1c03d)
- Update vinyl-filter-since dependency (741bdff)
- Update glob-stream dependency (a7b2552)
- Update to glob-watcher 2.0 (2c70202)
Build
- Add iojs & node 0.12 to travis matrix (ef57bad)