Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.72 KB

File metadata and controls

55 lines (29 loc) · 2.72 KB

6.1.0 (2026-01-28)

Features

  • add option to set asyncmap/asyncfilter concurrency pool limit (#58) (b1e6535)

Miscellaneous Chores

  • deps-dev: bump @appium/eslint-config-appium-ts (#59) (e38530e)

6.0.1 (2026-01-22)

Miscellaneous Chores

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)

5.0.0 (2026-01-20)

⚠ BREAKING CHANGES

  • remove nodeify and nodeifyAll functions as obsolete

Features

  • remove nodeify* functions as obsolete (#54) (3748dcc)

4.1.1 (2026-01-20)

Bug Fixes

  • revert "feat: remove nodeify* functions as obsolete (#52)" (#53) (cf19ced)

4.1.0 (2026-01-20)

Features

  • remove nodeify* functions as obsolete (#52) (b50a289)

4.0.2 (2026-01-20)

Miscellaneous Chores