Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1.32 KB

Version 2.0

  • Project renamed to XCDYouTubeKit.
  • Support for protected video. (#6, #11, #12, #21, #27, #31, #33)
  • OS X compatibility thanks to the new XCDYouTubeClient class. (#14, #18)
  • Unit tested.
  • Fully documented.
  • Demo project improved.

Version 1.1.2

  • Adaptation to YouTube API change. (#19)

Version 1.1.1

  • For errors of the XCDYouTubeVideoErrorDomain domain, -[NSError localizedDescription] is actually localized and doesn’t contain HTML tags, making it suitable for displaying to the user.
  • Setting the preferredVideoQualities property to nil restores its default values.
  • Added some documentation in the XCDYouTubeVideoPlayerViewController header file.
  • XCDYouTubeVideoPlayerViewController is built as a static library.
  • Better demo project with one feature illustrated per view controller.
  • iOS 7 compatible demo project.

Version 1.1.0

  • Video metadata information (thumbnails and title) is provided through XCDYouTubeVideoPlayerViewControllerDidReceiveMetadataNotification. (#1)
  • Workaround a case where the status bar could disappear after the video ends playback. (#3)
  • Error reporting is more accurate, especially for VEVO videos. (#6)
  • prepareToPlay is not automatically called, it’s the programmer responsibility to call it if appropriate.

Version 1.0

  • Initial version