This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Releases: proc7ts/a-iterable
Releases · proc7ts/a-iterable
Release 2.8.0
Release 2.7.0
Improvements
- Avoid using generators.
Prefer customIterable
implementation.
See comparison
Release 2.6.1
Fixes
- Fix
@proc7ts/call-thru
peer dependency.
Release 2.6.0
Dependencies
- Switch to
@proc7ts/call-thru
v4. - Add
@proc7ts/primitives
dependency.
Release 2.5.2
Fixes
- Fix
itsFirst()
to work properly with empty generator.
It should returnundefined
instead of the value returned by generator.
Release 2.5.0
New Features
itsSome()
function andAIterable.some()
method corresponding toArray.prototype.some()
flatMapIt()
can be called without second parameter, whish defaults toasis
nextIterate()
next chained pass call builder.
Sends elements of iterable down the call chain.
Compatible withIterableCallChain
only.
Dependencies
- Switch to
call-thru
v3
Release 2.4.5
Bundling
- Preserve
/*#__PURE__*/
annotations.
Release 2.4.4
Dependencies
call-thru
is peer dependency now
Release 2.4.3
Dependencies
- Upgrade to TypeScript 3.6
Release 2.4.2
Bundling
- Remove esm5 bundle