Skip to content

v4.0.0

Latest

Choose a tag to compare

@sindresorhus sindresorhus released this 02 Feb 15:45

Breaking

  • Require Node.js 20 52efb1d
  • The second argument now accepts an option-object instead of an initialValue.
    • pForever(…, 1)pForever(…, {initialValue: 1})

Improvements

  • Add signal option for aborting the loop from outside 21b8c4c

v3.0.1...v4.0.0