Skip to content

Releases: gulpjs/vinyl

v0.4.0

29 Sep 20:33
Compare
Choose a tag to compare

Breaking

  • Add option to deep-clone properties, default to false (924c7ee) - Closes #29

New

  • Support cloning stream contents (7e9df7a)
  • Add option to clone Buffer contents, default to true (8bb561e) - Closes #16

Update

  • Add node-v8-clone as optionalDependency for performance (98b97d5) - Closes #29
  • Add test for cloning of the history property (6c558f8)
  • Make all quotes singular and remove unused variable (2988c51)

Build

v0.3.3

29 Sep 20:33
Compare
Choose a tag to compare

New

  • Track path changes in a history property using a getter/setter (79903bf) - Closes #19

Docs

  • Add section with link to gulp Medium article (c0b99db)

Upgrade

  • Switch dependencies to ^ and update devDeps (3c3b7a2)

Build

  • Fix linting problems (8325fd9)
  • Exclude node_modules from jshint (d7edad4) - Closes #31

v0.3.2

29 Sep 20:33
Compare
Choose a tag to compare

Fix

v0.3.1

29 Sep 20:33
Compare
Choose a tag to compare

Update

  • Switch to monolithic lodash to avoid deep path issues (cb55f6f) - Closes #28

v0.3.0

29 Sep 20:33
Compare
Choose a tag to compare

New

  • Support deep cloning of custom properties (093ac60)

Update

  • Remove executable mode on LICENSE file (342c272)
  • Remove unreachable code (bbe2d56)

Docs

  • Fix missing comma in example (b5c0d86)
  • Correct mistake in the end option for .pipe (16c588e)

Build

  • Fix relative path test for Windows (ec365a9)
  • Don't test node 0.9 on Travis, not supported (9aa8e0f)

v0.2.3

29 Sep 20:33
Compare
Choose a tag to compare

Upgrade

  • Update clone-stats and devDeps (c95ad1b)

Scaffold

  • Add coveralls and jshint, normalize readme (bf72676)

v0.2.2

29 Sep 20:33
Compare
Choose a tag to compare

Update

  • Use clone-stats module to clone fs.Stats instances (e53b82b)

v0.2.1

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Add option to end stream produced by .pipe, defaulted to true (b8099c4) - Closes #2

Update

  • Add TODO questions for movement to vinyl-fs (71e5ead)

v0.2.0

29 Sep 20:33
Compare
Choose a tag to compare

New

v0.1.0

29 Sep 20:33
Compare
Choose a tag to compare

New