_None_
_None_
0.2.5 (1-08-2025)
- The logs show more information #93
0.2.4 (1-28-2024)
- Implementation cleanups: Remove unnecessary Optionals, IUOs, force casts and the like [#88, #89]
0.2.3 (1-28-2024)
- Prevented a crash in the rare occurrence when a VideoManager attempted to send an heartbeat for a video it had not tracked [#83]
0.2.2 (5-10-2023)
- The library now uses a serial queue to process events [#76]
- Removed the dependency on SwiftyJSON [#76]
- Fixed the Swift Package Manager setup [#76]
0.2.1 (4-5-2023)
- add support for Swift Package Manager (thanks @eddie-zhang)
0.2.0 (12-12-2022)
- Listen for correct background event in >= iOS 13
- Remove compatibility with < iOS 13
0.1.0 (4-20-2020)
- Remove Reachability as a dependency
- Fix 0 timestamps
- Adding compatibility with arm64 and newer Swift versions
- Remove AlamoFire dependency in favor of stdlib HTTP request interface
- Force User-Agent header to be latin1 encoded
- Increment bugfix version
- Increment bugfix version
- Upgraded to a newer version of SwiftyJSON.
- Switched HTTP client from SwiftHTTP to Alamofire
- Switched to UInt64 for timestamps to avoid crashes on 32-bit devices
- Added a guard to iteration over accumulators
- Fixed an incorrect unit on the sts event attribute
- Fixed metadata.pub_date formatting issue
- Added heartbeat backoff to engagement tracking
- Marked many functions as internal to facilitate testing
- Removed unused reset function
- Initial release