Iter Ops Versions Save

Basic operations on iterables

2.9.2

1 year ago
  • Extending operator aggregate, to support return of Promise from the callback.

2.9.1

1 year ago
  • Improving operator consume - it now passes flag sync in the callback.
  • Documentation updates.

2.9.0

1 year ago
  • Adding operator consume, which improves integration with external API-s. See this discussion for a practical example.

2.8.1

1 year ago

2.8.0

1 year ago
  • Introducing new operator concurrencyFork, which gives custom operators the flexibility of providing different implementation, dependent on concurrency (see injectors).
  • Reverting #200 change that was introduced by v2.7.0, as concurrencyFork makes it no longer an issue.
  • Fixing #204 issue (handling empty iterators)

2.8.0-beta.2

1 year ago
  • Adds fix for #204

2.8.0-beta.1

1 year ago
  • Introducing new operator concurrencyFork, which gives full processing flexibility to custom operators.
  • Reverting #200 change that was introduced by v2.7.0, as concurrencyFork makes it no longer an issue.

2.7.0

1 year ago
  • Implements #200, to let operators wait and waitRace simply forward to the source when inside synchronous pipeline.

2.6.1

1 year ago
  • Documentation updates (with focus on the new iter-ops-extras)
  • DEV dependencies updated.

2.6.0

1 year ago
  • Adding new Core function reverse.
  • Documentation updates.