Releases: brandonbothell/popyt
Releases · brandonbothell/popyt
v2.1.5
- Make testing faster
- Default to caching searches
- Fix caching searches
- Check for parts when initializing entites
- Allows users to set
Entity.part
to choose which parts they request
- Allows users to set
- Fix the parsing of channel tags
v2.1.4
Added the page tokens to the results and input of the search functions.
v2.1.2
Add Channel#fetchPlaylists
and YouTube#getChannelPlaylists
v2.1.1
- Change maxResults to 1 when searching in
YouTube#getId
v2.1.0
- Added a search method that allows you to search for mixed types
- Added Channel#banners, Channel#keywords, and Channel#featuredChannels
- Allowed getting by ID/URL/Title in the
get<Entity>
methods + CustomURL/Username for channels- Deprecated
get<Entity>ByUrl
- Deprecated
- Specified fields to save bandwidth
- Added
liveStatus
to Channels & Videos - Fixed many broken comment properties
v2.0.0
- Added some OAuth-required endpoints
- Refactored tons of code.
- Added a bunch of tests to achieve 100% coverage
- Fixed some bugs
v1.0.6
- Fix security vulnerabilities in dev-dependencies
- Use correct commit in release tag
v1.0.5
First GitHub release. Changed TravisCI to GitHub Actions.