Releases: 0xced/XCDYouTubeKit
Releases · 0xced/XCDYouTubeKit
Version 2.2.0
- Networking and parsing code is executed on a background thread for better performance. The
XCDYouTubeVideoOperation
class has changed from an asynchronous to a synchronous operation and must not be started on the main thread. (#147) - Logging support, see the README for documentation.
- Improved documentation.
Version 2.1.3
- Adaptation to YouTube API change. (#144)
Version 2.1.2
Version 2.1.1
- Adaptation to YouTube API change. (#116)
Version 2.1.0
Version 2.0.3
- Adaptation to YouTube API change. (#94)
- Support for age restricted videos.
- Project upgraded to Xcode 6.
Version 2.0.2
- Fixed errors on protected videos. (#52)
- Better error reporting if a protected video is not available.
- Updated README about YouTube Terms of Service.
Version 2.0.1
Version 2.0.0
- Project renamed to
XCDYouTubeKit
. - Support for protected videos. (#6, #11, #12, #21, #27, #31, #33)
- OS X compatibility thanks to the new
XCDYouTubeClient
class. (#14, #18) - OS X dynamic framework target
- Support for live videos. (#34)
- Unit tested.
- Fully documented.
- Support for iOS 8 beta.
- Improved demo projects.
- New OS X demo project.
- New settings screen on iOS for background playback and audio session category.
- Demonstrates how to use the notifications to fill the Now Playing Info Center.
Version 1.1.2
- Adaptation to YouTube API change. (#19)