- Update Podspec setting minimum iOS version to 8.1.
- Update Podspec.
- Fix project reference to RadarKit-Prefix.pch.
- Fix compiler warning.
- Refactored for simpler object ownership and reduced memory usage.
- Use radar protocol on reports
- Send network type headers on reports.
- Allow throughput measurements on WiFi only.
- Provide ability to stop a Radar session.
- Add basic unit tests.
- Add target to compile the library into a .framework file.
- Add HeaderDoc comments into the CDXRadar header.
- Prefix classes with CDX.
- Separate initialization from execution.
- Use asynchronous requests to execute without blocking the main thread.
- Make NSLog statements optional with the isVerbose property. Default to NO.
- Use nullability qualifiers to facilitate Swift usage.
- Use NSURLSession instead of NSURLConnection.
- Make library available on CocoaPods.
- Convention-related refactors.
- Bug fixes.