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

Release 2.5.0

Compare
Choose a tag to compare
@surol surol released this 04 Feb 11:27
· 144 commits to master since this release

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