Skip to content

Releases: Smoren/itertools-ts

Summary functions added

16 Mar 11:45
Compare
Choose a tag to compare

New Features

  • summary
    • allMatch()
    • anyMatch()
    • noneMatch()
  • Stream
    • allMatch()
    • anyMatch()
    • noneMatch()

Function summary.same() added

14 Mar 20:31
Compare
Choose a tag to compare

New functionality:

  • summary.same();
  • Stream.sameWith().

Namespace set extended with new functions

13 Mar 11:35
Compare
Choose a tag to compare

New functionality:

  • set.intersection();
  • set.partialIntersection();
  • set.symmetricDifference();
  • set.union().
  • Stream.intersectionWith();
  • Stream.partialIntersectionWith();
  • Stream.symmetricDifferenceWith();
  • Stream.unionWith().

Namespace math added

12 Mar 19:03
Compare
Choose a tag to compare

New functionality:

  • math.runningTotal();
  • Stream.runningTotal().

Functions reduce.toFirst, reduce.toLast added

11 Mar 15:17
Compare
Choose a tag to compare

New functionality:

  • reduce.toFirst();
  • reduce.toLast();
  • Stream.toFirst();
  • Stream.toLast().

Function reduce.toAverage() added

11 Mar 14:30
Compare
Choose a tag to compare

New functionality:

  • reduce.toAverage();
  • Stream.toAverage().

First release

10 Mar 21:06
Compare
Choose a tag to compare
v1.0.0

Release v1.0.0

Iterative pre-release

10 Mar 15:03
Compare
Choose a tag to compare
v0.16.0

Release v0.16.0

Iterative pre-release

10 Mar 09:18
Compare
Choose a tag to compare
v0.15.0

Release v0.15.0

Iterative pre-release

10 Mar 08:43
Compare
Choose a tag to compare
v0.14.0

Release v0.14.0