All notable changes to this project will be documented in this file.
For more information about changelogs, check Keep a Changelog and Vandamme.
- [BUGFIX] Avoid error when calling
PlaylistItem#privacy_status
for an item of removed video, instead returnnil
. - [REMOVAL] Remove
Channel#groups
andYt::Group
- [REMOVAL] Remove
Channel#banner_image_url
YouTube deprecated the endpoint for brandingSettings.image as of September 9, 2020
- [FEATURE] Add
Channel#groups
andYt::Group
- [ENHANCEMENT] Call
Yt#Auth.access_token_was_refreshed
after refreshing a token.
- [ENHANCEMENT] Compatibility with yt-auth 0.3.0.
- [FEATURE] Add
Yt::PlaylistItem.insert
andYt::PlaylistItem#delete
- [FEATURE] Add
Channel#related_playlists
andChannel#like_playlists
- [FEATURE] Add Channel.mine
- [FEATURE] Add CommentThread#comments
- [FEATURE] Add Comment and CommentThread
- [FEATURE] Add Channel#featured_channels_title and Channel#featured_channels_urls
- [BUGFIX] Fix cases like
channel.select(:snippet).view_count
where attribute does not belong to any selected part.
- [ENHANCEMENT] Add :defaults to
has_attribute
- [BUGFIX] Video#tags returns
[]
and notnil
when a video has no tags
- [FEATURE] Extracted first classes from Yt