Releases: vitaly-t/iter-ops
Releases · vitaly-t/iter-ops
3.5.0
- Breaking Change:
⚠️ Parameters for retry callback changed. It is now an object, which also includes the error that was thrown. This is a follow up on recentretry
improvements. By adding theerror
details, it got 4 parameters, which is too many, hence the change into an object. - Documentation updates.
- DEV dependencies updated.
3.4.0
Addressed some issues within documentation.
This release represents many changes to the underlying architecture, through DEV dependencies. Functionally, it is the same as v3.3.1
Many thanx to @RebeccaStevens for the help with updates.
3.4.0-beta.0
- Many DEV updates (see PR #240), thanx to @RebeccaStevens
I am publishing this as pre-release, to make sure first that all imports/exports aren't affected for clients.
3.3.1
- Fixed an issue with operator retry, to pass
index
in the callback that reflects the actual error-element index. - Performance optimization for operators retry, concat, delay, timeout and repeat, to reuse the source iterable when the operator's inputs are such that the operator will have no effect.
- Documentation updates.
3.3.0
3.2.0
3.1.1
- Improving concurrencyFork operator
- Updating DEV dependencies
- Updating CI and supported platforms