Releases: 0xced/XCDYouTubeKit
Releases · 0xced/XCDYouTubeKit
Version 2.5.1
Version 2.5.0
- Logging is fully configurable with the new
XCDYouTubeLogger
class. - Added
XCDYouTubeAllowedCountriesUserInfoKey
for better diagnosis of some unplayable (geoblocked) videos. (#216)
Version 2.4.3
- Fixed XCDYouTubeKit iOS Framework deployment target. (#223)
Version 2.4.2
- Restored iOS deployment target to 7.0. (#220)
- Improved
-[XCDYouTubeVideo debugDescription]
by sorting streams by itag. - Improved logging performance.
Version 2.4.1
- Added the CFBundleVersion key in the Info.plist file for iTunes Connect validation. (#214)
Version 2.4.0
- Support for tvOS. (#182)
- Replaced deprecated methods and classes: now using
NSURLSession
instead ofNSURLConnection
internally. (#190, #210) - Support for Objective-C generics where applicable.
- The
XCDYouTubeVideoOperation
class has changed back from a synchronous to an asynchronous operation and can be started on the main thread.
Version 2.3.3
Version 2.3.2
- Adaptation to YouTube API change. (#186)
Version 2.3.1
- Improved Swift 2.0 interoperability. (#178)