Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Releases: proc7ts/a-iterable

Release 2.8.0

26 Aug 05:17
Compare
Choose a tag to compare

Packaging

  • Declare exports in package.json.

Release 2.7.0

03 Jun 13:01
Compare
Choose a tag to compare

Improvements

  • Avoid using generators.
    Prefer custom Iterable implementation.
    See comparison

Release 2.6.1

31 May 06:42
Compare
Choose a tag to compare

Fixes

  • Fix @proc7ts/call-thru peer dependency.

Release 2.6.0

31 May 06:35
Compare
Choose a tag to compare

Dependencies

  • Switch to @proc7ts/call-thru v4.
  • Add @proc7ts/primitives dependency.

Release 2.5.2

16 May 04:30
Compare
Choose a tag to compare

Fixes

  • Fix itsFirst() to work properly with empty generator.
    It should return undefined instead of the value returned by generator.

Release 2.5.0

04 Feb 11:27
Compare
Choose a tag to compare

New Features

  • itsSome() function and AIterable.some() method corresponding to Array.prototype.some()
  • flatMapIt() can be called without second parameter, whish defaults to asis
  • nextIterate() next chained pass call builder.
    Sends elements of iterable down the call chain.
    Compatible with IterableCallChain only.

Dependencies

  • Switch to call-thru v3

Release 2.4.5

26 Dec 10:13
Compare
Choose a tag to compare

Bundling

  • Preserve /*#__PURE__*/ annotations.

Release 2.4.4

28 Sep 03:55
Compare
Choose a tag to compare

Dependencies

  • call-thru is peer dependency now

Release 2.4.3

08 Sep 03:21
Compare
Choose a tag to compare

Dependencies

  • Upgrade to TypeScript 3.6

Release 2.4.2

13 Aug 05:51
Compare
Choose a tag to compare

Bundling

  • Remove esm5 bundle