v2.7.0
- New custom helper:
chunkedByCost(items, costOf, maxCost, minCost?), groups a stream of items into chunks bounded by a hardmaxCostcap and an optionalminCostsoft target. - Drop support for Node 20.x (it probably still works, but it's EoL)
chunkedByCost(items, costOf, maxCost, minCost?), groups a stream of items into chunks bounded by a hard maxCost cap and an optional minCost soft target.