[0.1.8] - 2023-01-24
Added
- Ergonomic methods to
AggResult
that allow you to directly get at
the data the enum is wrapping. Prior to this change you had to work
directly from theAggResultCollection
; which may not always be the
case if you're attempting to pass individual results around to be
processed by the the code that created the request for them w/o
passing the entire collection.