All Versions
54
Latest Version
Avg Release Cycle
33 days
Latest Release
1225 days ago

Changelog History
Page 5

  • v2.3.0 Changes

    • πŸš€ Raised deployment target to iOS 7.0 and OS X 10.9.
    • πŸ‘ Xcode 7 support.
    • Nullability annotations.
    • πŸ›  Fixed bitcode issue with CocoaPods integration. (#165, #173)
  • v2.2.0 Changes

    • 🐎 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](README.md#logging) for documentation.
    • πŸ‘Œ Improved documentation.
  • v2.1.3 Changes

    • Adaptation to YouTube API change. (#144)
  • v2.1.2 Changes

    • πŸ›  Fixed playback of some protected videos. (#122)
    • πŸ›  Fixed playback of some age restricted videos. (#137)
  • v2.1.1 Changes

    • Adaptation to YouTube API change. (#116)
  • v2.1.0 Changes

    • πŸ†• New expirationDate property on the XCDYouTubeVideo class. (#96)
    • Create proper (non generic) Xcode archives when integrated manually. (#102)
    • Adaptation to YouTube API change. (#105)
    • πŸ›  Fixed protected age restricted videos.
  • v2.0.3 Changes

    • Adaptation to YouTube API change. (#94)
    • πŸ‘Œ Support for age restricted videos.
    • ⬆️ Project upgraded to Xcode 6.
  • v2.0.2 Changes

    • πŸ›  Fixed errors on protected videos. (#52)
    • πŸ‘ Better error reporting if a protected video is not available.
    • ⚑️ Updated README about YouTube Terms of Service.
  • v2.0.1 Changes

    • πŸ›  Fixed crash on protected videos. (#46)
    • Ensure that the video doesn’t disappear after locking the device. (#36)
    • Demo app: do not crash when going to background very quickly after presenting a video. (#44)
  • v2.0.0 Changes

    • 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.