Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 1.4 KB

Changelog

2.0.1 (2022-08-29)

Bug Fixes

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

2.0.0 (2022-08-25)

⚠ 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)