Skip to content

breaking changes to better support common scenario in eager-iteration…#10

Merged
ildella merged 4 commits into
masterfrom
feature/async-iterator
May 13, 2026
Merged

breaking changes to better support common scenario in eager-iteration…#10
ildella merged 4 commits into
masterfrom
feature/async-iterator

Conversation

@ildella
Copy link
Copy Markdown
Owner

@ildella ildella commented May 12, 2026

Changed:

  • onProgress({item, result, index, total})
  • onError({item, error, index, total})
  • failFast failure is now {item, error, index}
  • failLate failure is now {errors}
  • throw no longer calls onError / onFailure
  • total is inferred from cheap input size, overridden by opts.total, limited by take, and omitted when unknown
  • package.json version bumped to 0.7.0
  • Migration docs and app-task pattern added

@ildella ildella changed the title breaking changes to support better common scenario in eager-iteration… breaking changes to better support common scenario in eager-iteration… May 13, 2026
@ildella ildella merged commit 29fb7c8 into master May 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant