Gulpjs Bach Versions Save

Compose your async functions with elegance.

v2.0.1

1 year ago

Bug Fixes

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

v2.0.0

1 year ago

⚠ 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

6 years ago

Upgrade

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

v1.1.0

7 years ago

Update

Docs

  • Avoid master branch for Coveralls badge (c72e91a)

v0.4.1

7 years ago

Upgrade

v0.2.0

7 years ago

Breaking

  • Use now-and-later for settle functions & export all methods from index.js (2dda613)
  • Remove timing methods & switch to now-and-later for series/parallel (54b0a6e)

Update

  • Switch to lab for testing (f47e60e)
  • Improve extensions support (e650813)
  • Add and improve code coverage (0cd5d83)
  • Consolidate individual helper modules to a single file (ae16385)

Docs

  • Improve API & add extensions documentation (d562983) - Closes #2

Upgrade

v0.3.0

7 years ago

Fix

  • Improve verifyArguments error assertions (4932102)

Upgrade

v0.4.2

7 years ago

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.5.0

7 years ago

Breaking

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

v1.0.0

7 years ago

Update

  • Switch to mocha + expect for testing (a78c291)

Upgrade

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

Scaffold