This repository was archived by the owner on Apr 2, 2023. It is now read-only.
Releases: tdreyno/leisure
Releases · tdreyno/leisure
v2.1.1
v2.1.0
2.0.0
-
Removed internal concept of keys. Everything in a sequence is not 0-indexed like an array.
-
Converted from Generators to a trampoline approach due to performance issues.
Added
jointo matchArray.prototype.cartesianProductto generate large sequence of products.powerSetto generate large sequence of power sets.combinationto generate all possible combinations of items.
Changed
- All zipper fns (use with
zipWith) now return only the mapped data, instead of a tuple with the index. - Move simplex functions to
@tdreyno/leisure/simplex - Move
Seq.static methods to top level exports. - Rename
chaintopipe. reduceandaverageByare now lazy.
Removed
Seq.fromSetSeq.prototype.toSetSeq.fromMapSeq.prototype.toMapSeq.fromIteratorSeq.fromGenerator