Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 18:13
· 11 commits to master since this release

6.0.0 (2026-01-21)

⚠ BREAKING CHANGES

  • removed the parallel method. Use native Promise.all instead
  • removed the asyncify method. Call your async method directly

Features

  • remove parallel and asyncify as obsolete (#55) (c757f52)