Skip to content

Releases: gulpjs/lead

lead v4.0.0

22 Sep 20:16
a14cfb8
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Remove piping to a Writable and instead call resume on stream

Features

  • Remove piping to a Writable and instead call resume on stream (27324d6)

Bug Fixes

  • Ensure project works with different streams (#8) (27324d6)
  • Use listenerCount API on streams (27324d6)

v3.0.0

29 Apr 00:05
Compare
Choose a tag to compare

Breaking

  • Replace flush-write-stream with streamx module (4cb4270)

Build

  • Avoid running dev workflow on release (e9ba8d8)

v2.0.0

28 Apr 05:28
Compare
Choose a tag to compare

Breaking

  • Upgrade flush-write-stream & fix bugged test (25f3090)
  • Update scaffold, dropping node <10 support (74e611a)

Build

v1.0.0

28 Apr 17:57
Compare
Choose a tag to compare

New

  • Initial implementation based on vinyl-fs (af7c2f6)

Update

  • Add test to reach full coverage (9b9ee64)

Docs

Scaffold