Releases: TelemetryDeck/SwiftDataTransferObjects
Version 1.7.0
Version 1.6.2
Further additions for floatValue
Version 1.6.1
Add floatValue options throughout
Version 1.6.0
Version 1.5.0
Adds the "cardinality" aggregator
Version 1.4.0
This version adds Filtered Aggregators as Aggregator types. Built on top of that it offers the new RetentionQueryGenerator for generating retention queries
Version 1.3.0
This update adds Post Aggregators to the Custom Query definition. Post Aggregators add additional methods such as set intersections to the output of aggregators, and those set operations are a requirement for funnels and retention charts.
Version 1.2.0
This reworks how aggregators are parsed without changing their JSON representation. Aggregators, like Filters, can now have different underlying structs depending on their type. This makes aggregators more flexible and able to support more types.
A new type of Aggregator has been introduced: The filtered
aggregator. This is important for funnel charts.
We're bumping a minor version because the API for declaring aggregators in Swift has changed slightly.
Version 1.1.3
Mark various things as public
Version 1.1.2
The one with the linux compatibility for Date.beginning