Skip to content

Releases: fredericoo/drizzle-toolbelt

v1.2.0

30 Jun 16:34
Compare
Choose a tag to compare

Minor Changes

  • Add transform method with data-first and data-last overloads

v1.1.1

29 Apr 15:55
Compare
Choose a tag to compare

Patch Changes

  • Now correctly serving output files

v1.1.0

27 Apr 16:33
3a29258
Compare
Choose a tag to compare

Minor Changes

  • 8e71ed1: Remove aggregateRows, made aggregate overload to handle the logic.

Patch Changes

  • 8e71ed1: takeFirstOrThrow is now a curry with a default error.
    Simplified the API to no longer accept strings for error messages.

v1.0.0

27 Apr 12:39
db0c130
Compare
Choose a tag to compare

Major Changes

  • 3d39849: Released initial version with takeFirst, takeFirstOrThrow, aggregate and aggregateRows utilities