Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 920 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 920 Bytes

Version 1.2.0

  • New HTTPLiveStreamURL property on the YTVimeoVideo class. (#38)
  • Add YTVimeoVideoQualityMedium540 enum value on the YTVimeoVideo class. (#40)

Version 1.1.0

  • The streamURLs and thumbnailURLs are now dictionaries that contain NSURLs (e179efc, 385ae37)
    • Add support for Objective-C generics
  • Add two methods to easily retrieve certain URLs from the streamURLs dictionary:
    • - highestQualityStreamURL & - lowestQualityStreamURL (d80f87b)

Version 1.0.0

  • Intial version