Skip to content

[0.1.8] - 2023-01-24

Compare
Choose a tag to compare
@benfalk benfalk released this 24 Jan 14:36
6366fcd

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 the AggResultCollection; 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.