- Add
transform
method with data-first and data-last overloads
- Now correctly serving output files
- 8e71ed1: Remove
aggregateRows
, madeaggregate
overload to handle the logic.
- 8e71ed1:
takeFirstOrThrow
is now a curry with a default error. Simplified the API to no longer accept strings for error messages.
- 3d39849: Released initial version with
takeFirst
,takeFirstOrThrow
,aggregate
andaggregateRows
utilities