Iter Ops Versions Save

Basic operations on iterables

3.1.1

9 months ago
  • Improving concurrencyFork operator
  • Updating DEV dependencies
  • Updating CI and supported platforms

3.1.0

9 months ago
  • Fixing #224 issue for operator take
  • Updating DEV dependencies, including the major update to rollup v3.x

3.0.7

1 year ago
  • Removed use of timer's unref within timeout and delay, to keep it simple when used under NodeJS. The downside - if you use a long timeout, a run-through process will have to wait for it, if the iterable takes too long.

3.0.6

1 year ago
  • Resolving #221

3.0.5

1 year ago
  • Fixes #220

4.0.0-beta.1

1 year ago

Experimental release, from branch v4, of the updated architecture, written by @RebeccaStevens

This is primarily to simplify internal test of the updated architecture. It is not intended for public consumption.

3.0.4

1 year ago
  • Updating some broken text + build.

3.0.2

1 year ago
  • Documentation updates
  • Dev dependencies updated

3.0.1

1 year ago
  • Implemented #214 - core function toIterable now can convert ArrayLike objects that are not arrays.
  • A few tests added, bringing the test coverage up to 100%

3.0.0

1 year ago

This major release concludes on all the changes since v2.0.0, and removes two deprecated operators - start and stop.

A lot of improvements have been made since v2.0.0, plus the following new operators added:

Plus core function reverse.

A lot of attention has been paid to iter-ops-extras and its continuous improvement.