Skip to content

Releases: gulpjs/vinyl

vinyl v3.0.0

28 Sep 19:21
6839b83
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Clone streams with teex
  • No longer await all streams to flow before emitting data
  • Remove cloneable-readable (#155)
  • Remove inspect method & rely on util.inspect.custom symbol
  • Normalize repository, dropping node <10.13 support (#151)

Features

  • Clone streams with teex (d4868f4)
  • No longer await all streams to flow before emitting data (d4868f4)
  • Remove cloneable-readable (#155) (d4868f4)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#151) (9302802)
  • Remove inspect method & rely on util.inspect.custom symbol (9302802)

v2.2.1

22 Sep 05:20
Compare
Choose a tag to compare

Fix

  • Ensure symbolic link files are cloned properly (b5e1570) - Closes #143 #146

Docs

  • Improve isCustomProp documentation (02c8923) - Closes #144

Build

  • Avoid referencing deprecated Buffer (ec0ca87) - Closes #142

Scaffold

  • Add support-bot template (1ed02bb)
  • Update repository patterns (dc3fd77)

v2.2.0

22 Jun 14:27
Compare
Choose a tag to compare

Update

  • Use inspect symbol on node 11+ (2e5d7af) - Closes #141

Docs

  • Change "usefuly" to "useful" (4effdb6) - Closes #137
  • Replace legacy Stream reference with ReadableStream (a1c2e82) - Closes #140

Build

  • Enforce consistent line endings (ee934d6)
  • Update build matrices (1e435ad)

v2.1.0

30 Jun 21:26
Compare
Choose a tag to compare

Update

  • Remove is-stream module (7ac734d)

Upgrade

  • Update clone dependency (ee0f908)

v2.0.2

18 Apr 21:11
Compare
Choose a tag to compare

Fix

  • Proxy cwd if base is set to same value (07e4093) - Closes #129

v2.0.1

18 Nov 21:10
Compare
Choose a tag to compare

Upgrade

  • Use v1.0.0 of cloneable-readable (d2f40a8)

v2.0.0

29 Sep 20:39
Compare
Choose a tag to compare

Breaking

New

  • Add isSymbolic method and symlink property (2357391) - Closes #79 #98

Update

  • Use clone-buffer module to clone buffers (4f154b8)
  • Remove isBuffer utility (ddce456)
  • Remove isNull utility (708f08e)
  • Use remove-trailing-separator standalone module (3411e59) - Closes #114 #115
  • Refactor tests (7e59a83) - Closes #103 #110
  • Use readable-stream to normalize for Streams3 (baa47bb)

Docs

  • Improve isDirectory & add isSymbolic docs (0299890) - Closes #104

Upgrade

  • Update clone-stats & replace-ext dependencies (fa861d0) - Closes #90

Build

  • Add AppVeyor for Windows testing (bf8a2c9)

Scaffold

v1.2.0

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Clone with constructor (94c4e02)
  • Correct error message in stem accessor (3e04607)

New

  • Allow custom properties to be assigned in constructor (3fe7a41)

Docs

  • Update broken coveralls urls (3a65750)
  • Remove extra symbol in code snippets (23219a8)
  • Generate updated changelog (7b7b154)

v1.1.1

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Ensure isVinyl always returns a boolean (afbbb05)

Docs

Build

  • Set Travis to sudo:false and add node 0.12/stable (4604c88)

Scaffold

  • Add npm script for generating changelog (8de584d)

v1.1.0

29 Sep 20:33
Compare
Choose a tag to compare

New

Docs

  • Fix broken links and use reference links in README (72475a6)

Build

  • Add eslint and jscs presets & update code (6c0f046)