Skip to content

Releases: gulpjs/bach

bach v2.0.1

29 Aug 20:32
92a60ff
Compare
Choose a tag to compare

Bug Fixes

  • Allow an array of functions as argument (0fdef52)

bach v2.0.0

25 Aug 18:11
bf50fa0
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Rework extension helper to get options
  • change flatten to Array.prototype.slice.apply
  • Normalize repository, dropping node <10.13 support (#34)

Features

  • Reflect concurrency option in documentation (2c47259)
  • Remove ES5 utility dependencies (1c631cb)
  • Remove node assert usage (a1ba61d)

Miscellaneous Chores

  • change flatten to Array.prototype.slice.apply (1c631cb)
  • Normalize repository, dropping node <10.13 support (#34) (1c631cb)
  • Rework extension helper to get options (89857b6)

v1.2.0

02 Aug 20:45
Compare
Choose a tag to compare

Upgrade

  • Update now-and-later dependency & add iterator wrapper to handle new signature (061ccc4) - Closes #31

v1.1.0

26 Feb 15:46
Compare
Choose a tag to compare

Update

Docs

  • Avoid master branch for Coveralls badge (c72e91a)

v1.0.0

28 Jun 00:25
Compare
Choose a tag to compare

Update

  • Switch to mocha + expect for testing (a78c291)

Upgrade

  • Update async-done, async-settle & now-and-later (e6d9845)

Scaffold

v0.5.0

28 Jun 00:25
Compare
Choose a tag to compare

Breaking

  • Replace lodash with lodash.* modules & upgrade versions (68d4bb7)

v0.4.2

28 Jun 00:25
Compare
Choose a tag to compare

Fix

  • Handle non-functions passed as callback (cc8bff5)

Update

  • Make settle methods uniform (b6b06be)

Upgrade

  • Update async-done, async-settle, lodash & dev dependencies (df1b36e)

Build

  • Fixed linting warnings (d7c93ab)
  • Add eslint and jscs presets & update code (888de5b)
  • Fix jshint reporter (2bbb1bc)

v0.4.1

28 Jun 00:25
Compare
Choose a tag to compare

Upgrade

v0.4.0

28 Jun 00:25
Compare
Choose a tag to compare

Upgrade

  • Update async-done & now-and-later (cfcab31)

Scaffold

v0.3.0

28 Jun 00:25
Compare
Choose a tag to compare

Fix

  • Improve verifyArguments error assertions (4932102)

Upgrade