Skip to content

Releases: gulpjs/vinyl

v1.0.0

29 Sep 20:33
Compare
Choose a tag to compare

Docs

  • Remove
    from README table (502743e)

Scaffold

  • Update the organization to be gulpjs (23e32fa)

v0.5.3

29 Sep 20:33
Compare
Choose a tag to compare

New

Docs

v0.5.1

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Align file clone options with documentation (73c1cdd)

Update

  • Use Buffer.isBuffer instead of instanceof (b6ab7f7)

Docs

v0.5.0

29 Sep 20:33
Compare
Choose a tag to compare

New

  • Add dirname, basename and extname accessors (57b770c)

Docs

  • Add explicit newlines to README (72731a9)
  • Document options.history (2701904)
  • Correct options.path default value (0432701)
  • Document path (0d1b0c5)
  • Document history (0e12a19)
  • Document clone() arguments (7f2b01f)

Upgrade

  • Update should devDep (86e4b03)
  • Update clone and devDependencies (0f6088c)

Build

  • Remove --reporter flag because spec is default (9166da2)

Scaffold

  • Switch to shorthand license property in package.json (9e2dcfe)

v0.4.6

29 Sep 20:33
Compare
Choose a tag to compare

Upgrade

  • Update clone dependency (3fc6bc7)

v0.4.5

29 Sep 20:33
Compare
Choose a tag to compare

Update

  • Switch from lodash to clone module for cloning (5823f2d)

v0.4.4

29 Sep 20:33
Compare
Choose a tag to compare

Scaffold

  • Switch to package.json files property for npm packaging (e389d57)
  • Exclude coverage from npm package (b87b239)

v0.4.3

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Allow history to be set in the constructor (dc07a97) - Closes #35

v0.4.2

29 Sep 20:33
Compare
Choose a tag to compare

Update

  • Remove node-v8-clone optionalDependency (cbe8d37)
  • Code cleanup and minor speed improvements in clone (cb09ad0)

v0.4.1

29 Sep 20:33
Compare
Choose a tag to compare

Fix

  • Clone history properly, instead of as a custom property (68d4448)