Yt v0.18.0 Release Notes

Release Date: 2015-04-28 // about 9 years ago
  • ⬆️ How to upgrade

    If your code never calls public?, private? or unlisted? on a Status object, then you are good to go.

    If it does, then call the same methods on the parent Resource object instead. For instance, replace video.status.private? with video.private?.

    • [ENHANCEMENT] Don’t over-delegate privacy status methods of Resource.