Releases: Parsely/AnalyticsSDK-iOS
Releases · Parsely/AnalyticsSDK-iOS
0.2.4
What's Changed
- Merge release 0.2.2 by @mokagio in #82
- Remove force unwrap from
VideoManager.swift
by @HelioMesquita in #83 - Release 0.2.3-beta1 by @mokagio in #86
- Release 0.2.3-beta2 by @mokagio in #87
- Add regression test for
VideoManager
heartbeat crash by @mokagio in #84 - Remove unnecessary
Optional
s, IUOs, and the like fromEvent
by @mokagio in #88 - Remove various IUOs, force unwraps, and force casts by @mokagio in #89
- Bump version to 0.2.4 by @crazytonyli in #91
New Contributors
- @HelioMesquita made their first contribution in #83
Full Changelog: 0.2.2...0.2.4
0.2.3
What's Changed
- Merge release 0.2.2 by @mokagio in #82
- Remove force unwrap from
VideoManager.swift
by @HelioMesquita in #83 - Release 0.2.3-beta1 by @mokagio in #86
New Contributors
- @HelioMesquita made their first contribution in #83
Full Changelog: 0.2.2...0.2.3
0.2.3-beta2
Bug Fixes
- Prevented a crash in the rare occurrence when a VideoManager attempted to send an heartbeat for a video it had not tracked. @HelioMesquita [#83]
New Contributors
- @HelioMesquita made their first contribution in #83
Full Changelog: 0.2.2...0.2.3-beta2
0.2.3-beta1
Bug Fixes
- Prevented a crash in the rare occurrence when a VideoManager attempted to send an heartbeat for a video it had not tracked. @HelioMesquita [#83]
0.2.2
0.2.2-beta1
0.2.1
0.2.0
Bugfixes
- Listen for correct background event in >= iOS 13
- Remove compatibility with < iOS 13
0.1.0
Bugfixes
- Remove Reachability as a dependency
- Fix 0 timestamps
- Adding compatibility with arm64 and newer Swift versions
0.0.10
0.0.10 (6-29-2020)
Bugfixes
- Remove AlamoFire dependency in favor of stdlib HTTP request interface