Releases: Smoren/itertools-ts
Releases · Smoren/itertools-ts
Pipe.add() method added
Documentation fixed
v1.28.1 CHANGELOG updated.
createPipe() function added
New features
createPipe()
— a way to chain multiple operations together.
Package Size Optimization
v1.27.1 workflow updated
set.cartesianProduct() added
New features
- set
cartesianProduct()
cartesianProductAsync()
- Stream
cartesianProductWith()
- AsyncStream
cartesianProductWith()
infinite.cycle() added
New features
- infinite
cycle()
cycleAsync()
- Stream
ofCycle()
- AsyncStream
ofCycle()
infinite.repeat() added
New features
- infinite
repeat()
- Stream
ofRepeat()
- AsyncStream
ofRepeat()
New namespace infinite
New features
- summary
toRange()
toRangeAsync()
- infinite
count()
- Stream
toRange()
ofCount()
- AsyncStream
toRange()
ofCount()
Summary namespace extended with exactlyN function
New features
- summary
exactlyN()
exactlyNAsync()
- Stream
exactlyN()
- AsyncStream
exactlyN()
Math namespace extended with runningAverage function
New features
- math
runningAverage()
runningAverageAsync()
- Stream
runningAverage()
- AsyncStream
runningAverage()